diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-11-10 15:04:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-11-10 15:04:12 +0000 |
commit | 3432eddce37b300147c6df4133c39c458ccd8390 (patch) | |
tree | 6aa97a7d9874019c4db0ea2c43826e98dcf42d46 /sys-devel/gcc/gcc-4.4.2.ebuild | |
parent | arm/x86 stable, bug #289701 (diff) | |
download | historical-3432eddce37b300147c6df4133c39c458ccd8390.tar.gz historical-3432eddce37b300147c6df4133c39c458ccd8390.tar.bz2 historical-3432eddce37b300147c6df4133c39c458ccd8390.zip |
gcc-4.4.2 works fine on arm
Package-Manager: portage-2.1.6.13/cvs/Linux ia64
Diffstat (limited to 'sys-devel/gcc/gcc-4.4.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.4.2.ebuild b/sys-devel/gcc/gcc-4.4.2.ebuild index 00d3f46d3183..917d71d3b964 100644 --- a/sys-devel/gcc/gcc-4.4.2.ebuild +++ b/sys-devel/gcc/gcc-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.3 2009/10/26 22:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.4 2009/11/10 15:04:12 armin76 Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -26,7 +26,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-3 LGPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1" -KEYWORDS="~alpha ~amd64 -arm -hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |