diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-23 00:30:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-23 00:30:03 +0000 |
commit | b5309ce943b03f689676d1e5b8b8fd6439d8cd2f (patch) | |
tree | 9f5b2d19aa4d863e4ada2b7414782d13410d8134 /sys-devel | |
parent | mask out hardened (diff) | |
download | gentoo-2-b5309ce943b03f689676d1e5b8b8fd6439d8cd2f.tar.gz gentoo-2-b5309ce943b03f689676d1e5b8b8fd6439d8cd2f.tar.bz2 gentoo-2-b5309ce943b03f689676d1e5b8b8fd6439d8cd2f.zip |
~alpha KEYWORDS
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.3-r3.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.3.4-r1.ebuild | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-3.3.3-r3.ebuild b/sys-devel/gcc/gcc-3.3.3-r3.ebuild index 6432b075e281..2d77500700a9 100644 --- a/sys-devel/gcc/gcc-3.3.3-r3.ebuild +++ b/sys-devel/gcc/gcc-3.3.3-r3.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.3-r3.ebuild,v 1.17 2004/10/06 22:18:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3-r3.ebuild,v 1.18 2004/10/23 00:30:03 vapier Exp $ inherit eutils flag-o-matic libtool versionator @@ -130,7 +130,6 @@ DEPEND="virtual/libc amd64? ( multilib? ( >=app-emulation/emul-linux-x86-baselibs-1.0 ) ) !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" - RDEPEND="virtual/libc !nptl? ( >=sys-libs/glibc-2.3.2-r3 ) hardened? ( !amd64? ( >=sys-libs/glibc-2.3.3_pre20040207 ) ) diff --git a/sys-devel/gcc/gcc-3.3.4-r1.ebuild b/sys-devel/gcc/gcc-3.3.4-r1.ebuild index 3b76db9faefe..4624bdf5d93d 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.17 2004/10/06 22:18:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.4-r1.ebuild,v 1.18 2004/10/23 00:30:03 vapier Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -100,7 +100,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 ~alpha amd64 arm ~mips sparc x86" IUSE="static nls bootstrap build X multilib gcj f77 objc pic hardened uclibc debug" |