diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-03 01:59:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-03 01:59:18 +0000 |
commit | a8678f181616bee60c3c8fc49b78b573338649a1 (patch) | |
tree | 84f2cfbeb6df2d73bea0783ca2a8b7a633f4d3ac /sys-devel | |
parent | Fix building with sanitized headers for various arches, fix from upstream #17... (diff) | |
download | gentoo-2-a8678f181616bee60c3c8fc49b78b573338649a1.tar.gz gentoo-2-a8678f181616bee60c3c8fc49b78b573338649a1.tar.bz2 gentoo-2-a8678f181616bee60c3c8fc49b78b573338649a1.zip |
arm/ia64/s390/sh stable
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.3.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/gcc-config-1.3.16.ebuild b/sys-devel/gcc-config/gcc-config-1.3.16.ebuild index 34239c8ae07f..a0cb1b1f1e29 100644 --- a/sys-devel/gcc-config/gcc-config-1.3.16.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.3.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.16.ebuild,v 1.1 2007/04/11 08:51:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.16.ebuild,v 1.2 2007/05/03 01:59:18 vapier Exp $ inherit flag-o-matic toolchain-funcs multilib @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" RDEPEND="!app-admin/eselect-compiler" |