diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 17:10:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 17:10:28 +0000 |
commit | 2ec3df72acd72427c2c1ccd8c69332a7e4edbe05 (patch) | |
tree | cb82a636d1f2094ac0a938a1f1e97f5f1b67ac47 /sys-devel | |
parent | sh KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-2ec3df72acd72427c2c1ccd8c69332a7e4edbe05.tar.gz gentoo-2-2ec3df72acd72427c2c1ccd8c69332a7e4edbe05.tar.bz2 gentoo-2-2ec3df72acd72427c2c1ccd8c69332a7e4edbe05.zip |
sh KEYWORDS
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.2-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild b/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild index 14e1a9d087ac..4554c1fd5f25 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.8-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/binutils/binutils-2.14.90.0.8-r1.ebuild,v 1.27 2004/11/07 09:14:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild,v 1.28 2004/11/12 17:08:24 vapier Exp $ inherit eutils libtool flag-o-matic gnuconfig @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/devel/binutils/${P}.tar.bz2 LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ia64 mips ~ppc ~ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 mips ~ppc ~ppc64 s390 sh sparc x86" IUSE="nls bootstrap build multitarget uclibc" DEPEND="virtual/libc diff --git a/sys-devel/gcc/gcc-3.4.2-r2.ebuild b/sys-devel/gcc/gcc-3.4.2-r2.ebuild index 92a7aae46834..5f809d0f7215 100644 --- a/sys-devel/gcc/gcc-3.4.2-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.2-r2.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.4.2-r2.ebuild,v 1.15 2004/11/08 00:27:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r2.ebuild,v 1.16 2004/11/12 17:10:28 vapier Exp $ inherit eutils flag-o-matic libtool gnuconfig toolchain @@ -8,7 +8,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+s HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa -ppc" +KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa -ppc sh" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # we also need at least glibc 2.3.3 20040420-r1 in order for gcc 3.4 not to nuke |