diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-02 18:36:10 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-02 18:36:10 +0000 |
commit | f343c8f57d9bfc1bbed89f50f368893ac8262d4b (patch) | |
tree | eedd2bac50cc2097097e3c75debd53eac6295f8e /sys-devel | |
parent | Changed to use eclasses "toolchain-funcs" and "fortran" instead of "gcc". (diff) | |
download | gentoo-2-f343c8f57d9bfc1bbed89f50f368893ac8262d4b.tar.gz gentoo-2-f343c8f57d9bfc1bbed89f50f368893ac8262d4b.tar.bz2 gentoo-2-f343c8f57d9bfc1bbed89f50f368893ac8262d4b.zip |
Setting correct KEYWORDS.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3.20050110.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.3.20050110.ebuild b/sys-devel/gcc/gcc-3.4.3.20050110.ebuild index 48c5bf9de558..c1a72633ae0d 100644 --- a/sys-devel/gcc/gcc-3.4.3.20050110.ebuild +++ b/sys-devel/gcc/gcc-3.4.3.20050110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.20050110.ebuild,v 1.11 2005/02/01 23:02:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.20050110.ebuild,v 1.12 2005/02/02 18:36:10 eradicator Exp $ GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~eradicator/gcc/" #GCC_MANPAGE_VERSION="none" @@ -38,7 +38,7 @@ SPLIT_SPECS=${SPLIT_SPECS:=true} inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -KEYWORDS="-*" +KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa ~ppc ~sparc ~ia64" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |