diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:40:37 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:40:37 +0000 |
commit | cdf2a3b554919c24f06162278acd29004e2c116e (patch) | |
tree | 323a0cf56ede645d13a2fd5c3e72521f09fde0a5 /sys-devel/gcc-config | |
parent | adding initial s390 support (diff) | |
download | gentoo-2-cdf2a3b554919c24f06162278acd29004e2c116e.tar.gz gentoo-2-cdf2a3b554919c24f06162278acd29004e2c116e.tar.bz2 gentoo-2-cdf2a3b554919c24f06162278acd29004e2c116e.zip |
adding initial s390 support
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/gcc-config-1.3.5.ebuild b/sys-devel/gcc-config/gcc-config-1.3.5.ebuild index 9858bd9098e1..7ef4c7cba801 100644 --- a/sys-devel/gcc-config/gcc-config-1.3.5.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.5.ebuild,v 1.2 2004/02/23 00:21:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.5.ebuild,v 1.3 2004/03/02 16:39:42 iggy Exp $ IUSE= @@ -13,7 +13,7 @@ DESCRIPTION="Utility to change the gcc compiler being used." SRC_URI="" HOMEPAGE="http://www.gentoo.org/" -KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ia64 ~ppc64" +KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ia64 ~ppc64 s390" SLOT="0" LICENSE="GPL-2" |