diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-08-26 20:24:25 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-08-26 20:24:25 +0000 |
commit | 4d7328b171ae252d1dfe800288e25f84414fc5fa (patch) | |
tree | b582f4c2802551eb952f3afc0d0b60ede72e7759 /sys-devel/gcc/gcc-3.3.4-r1.ebuild | |
parent | Added metadata.xml file, closing #61548. (Manifest recommit) (diff) | |
download | gentoo-2-4d7328b171ae252d1dfe800288e25f84414fc5fa.tar.gz gentoo-2-4d7328b171ae252d1dfe800288e25f84414fc5fa.tar.bz2 gentoo-2-4d7328b171ae252d1dfe800288e25f84414fc5fa.zip |
3.3.4-r1 stable on x86 per bug 61728
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.4-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.4-r1.ebuild b/sys-devel/gcc/gcc-3.3.4-r1.ebuild index 45baf8b82749..f8f9ff50fa38 100644 --- a/sys-devel/gcc/gcc-3.3.4-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.4-r1.ebuild,v 1.13 2004/08/26 15:52:31 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.4-r1.ebuild,v 1.14 2004/08/26 20:24:25 avenj Exp $ inherit eutils flag-o-matic libtool gnuconfig @@ -98,7 +98,7 @@ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" ## SpanKY says hppa is a no go with any 3.3.x -KEYWORDS="-hppa ~x86 amd64 ~mips arm ~sparc" +KEYWORDS="-hppa x86 amd64 ~mips arm ~sparc" IUSE="static nls bootstrap build X multilib gcj f77 objc pic hardened uclibc debug" |