diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-13 20:18:56 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-13 20:18:56 +0000 |
commit | 089cad2bb6115db00a6407c85af1e6237f1496cd (patch) | |
tree | cde2aa36d733a3aba2660f19f57db3b995b86f56 /sys-devel | |
parent | Fixed bug #14920 (filter-flags -mfpmath=sse) (diff) | |
download | gentoo-2-089cad2bb6115db00a6407c85af1e6237f1496cd.tar.gz gentoo-2-089cad2bb6115db00a6407c85af1e6237f1496cd.tar.bz2 gentoo-2-089cad2bb6115db00a6407c85af1e6237f1496cd.zip |
set ppc in keywords
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.2.1-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index fc7a5f85010c..d422a019bbdc 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.64 2003/02/12 09:14:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.65 2003/02/13 20:18:56 gerk Exp $ 08 Feb 2003; Guy Martin <gmsoft@gentoo.orf> : Added hppa to keywords. @@ -22,6 +22,9 @@ *gcc-3.2.1-r6 (16 Dec 2002) + 13 Feb 2003; Mark Guertin <gerk@gentoo.org> gcc-3.2.1-r6.ebuild : + set ppc in keywords + 19 Jan 2003; Jan Seidel <tuxus@gentoo.org> : Added mips to keywords diff --git a/sys-devel/gcc/gcc-3.2.1-r6.ebuild b/sys-devel/gcc/gcc-3.2.1-r6.ebuild index 61b5937776ba..570ec9540f81 100644 --- a/sys-devel/gcc/gcc-3.2.1-r6.ebuild +++ b/sys-devel/gcc/gcc-3.2.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.1-r6.ebuild,v 1.11 2003/02/13 16:31:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.1-r6.ebuild,v 1.12 2003/02/13 20:18:56 gerk Exp $ IUSE="static nls bootstrap java build" @@ -87,7 +87,7 @@ DESCRIPTION="Modern C/C++ compiler written by the GNU people" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ~ppc sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc alpha mips hppa" # Ok, this is a hairy one again, but lets assume that we # are not cross compiling, than we want SLOT to only contain |