diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-04-05 20:31:01 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-04-05 20:31:01 +0000 |
commit | 79b11e4de0c65810734654ca2ccf5df5ac57832e (patch) | |
tree | 90bf4da150681cc3d432ca4af03c624e40946cda /sys-devel | |
parent | added the ebuild for 0.2.1 (diff) | |
download | gentoo-2-79b11e4de0c65810734654ca2ccf5df5ac57832e.tar.gz gentoo-2-79b11e4de0c65810734654ca2ccf5df5ac57832e.tar.bz2 gentoo-2-79b11e4de0c65810734654ca2ccf5df5ac57832e.zip |
add s390 to keywords
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index d7883c1fd63b..0e37ffa6b422 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.200 2004/04/04 17:48:30 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.201 2004/04/05 20:31:00 iggy Exp $ + + 05 Apr 2004; Brian Jackson <iggy@gentoo.org> gcc-3.3.3.ebuild: + add s390 to keywords 04 Apr 2004; Travis Tilley <lv@gentoo.org> gcc-3.3.3.ebuild: added avenjs amd64 fixes to gcc-3.3.3.ebuild diff --git a/sys-devel/gcc/gcc-3.3.3.ebuild b/sys-devel/gcc/gcc-3.3.3.ebuild index 9329d19269ca..7fa86cb1ddf1 100644 --- a/sys-devel/gcc/gcc-3.3.3.ebuild +++ b/sys-devel/gcc/gcc-3.3.3.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/gcc-3.3.3.ebuild,v 1.5 2004/04/04 17:48:30 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3.ebuild,v 1.6 2004/04/05 20:31:01 iggy Exp $ IUSE="static nls bootstrap java build X multilib nogcj" @@ -99,7 +99,7 @@ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~mips sparc amd64 -hppa ~alpha ~ia64 ~ppc64" +KEYWORDS="~x86 ~mips sparc amd64 -hppa ~alpha ~ia64 ~ppc64 s390" # Ok, this is a hairy one again, but lets assume that we # are not cross compiling, than we want SLOT to only contain |