diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 22:18:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 22:18:05 +0000 |
commit | b1e153b360e87df81822df2b09d02a222f8a4b84 (patch) | |
tree | d5df478dd190f1fa330ea82f723838e327a77e70 | |
parent | Version bump (diff) | |
download | gentoo-2-b1e153b360e87df81822df2b09d02a222f8a4b84.tar.gz gentoo-2-b1e153b360e87df81822df2b09d02a222f8a4b84.tar.bz2 gentoo-2-b1e153b360e87df81822df2b09d02a222f8a4b84.zip |
arm love
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
-rw-r--r-- | sys-devel/gcc/gcc-4.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.3.2.ebuild b/sys-devel/gcc/gcc-4.3.2.ebuild index 3097ffd545e8..f522dbf6bd4f 100644 --- a/sys-devel/gcc/gcc-4.3.2.ebuild +++ b/sys-devel/gcc/gcc-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.2 2008/10/25 22:18:44 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.3 2008/10/26 22:18:05 vapier Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -16,7 +16,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |