diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-20 20:15:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-20 20:15:08 +0000 |
commit | 1cabdb9b917e8a60315367adda2a6e27161010e7 (patch) | |
tree | 89d7855969e5c373bbbc251a60d3916c1e45a526 /sys-devel | |
parent | add inltoolize call, fix bug #213999 (diff) | |
download | gentoo-2-1cabdb9b917e8a60315367adda2a6e27161010e7.tar.gz gentoo-2-1cabdb9b917e8a60315367adda2a6e27161010e7.tar.bz2 gentoo-2-1cabdb9b917e8a60315367adda2a6e27161010e7.zip |
mips stable
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild b/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild index 5cdc99503004..74f9435b93aa 100644 --- a/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.4.0-r4.ebuild,v 1.10 2008/03/16 01:19:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild,v 1.11 2008/03/20 20:15:08 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" |