diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-11 07:06:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-11 07:06:37 +0000 |
commit | 18db3bdc0d197a4c5ef7525ab404d05fbb469140 (patch) | |
tree | 4de06b2ccf046823d0651d41e3c376146cf32657 /sys-devel/gcc/gcc-4.3.5.ebuild | |
parent | Remove largefile USE support and default to it (diff) | |
download | gentoo-2-18db3bdc0d197a4c5ef7525ab404d05fbb469140.tar.gz gentoo-2-18db3bdc0d197a4c5ef7525ab404d05fbb469140.tar.bz2 gentoo-2-18db3bdc0d197a4c5ef7525ab404d05fbb469140.zip |
sprinkle m68k around
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc/gcc-4.3.5.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.3.5.ebuild b/sys-devel/gcc/gcc-4.3.5.ebuild index a4fea9475ceb..e9ada1e5bcac 100644 --- a/sys-devel/gcc/gcc-4.3.5.ebuild +++ b/sys-devel/gcc/gcc-4.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.5.ebuild,v 1.4 2011/03/08 03:05:44 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.5.ebuild,v 1.5 2011/03/11 07:06:37 vapier Exp $ PATCH_VER="1.1" 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 || ( GPL-3 libgcc libstdc++ ) FDL-1.2" -KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |