diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-03-29 14:53:02 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-03-29 14:53:02 +0000 |
commit | 32b56533f6810db6c19c432c0fe794475c3f0e3d (patch) | |
tree | 9c2a1919a09c7e3263edbe4a8ce8d01483b81de4 | |
parent | Initial import. (diff) | |
download | gentoo-2-32b56533f6810db6c19c432c0fe794475c3f0e3d.tar.gz gentoo-2-32b56533f6810db6c19c432c0fe794475c3f0e3d.tar.bz2 gentoo-2-32b56533f6810db6c19c432c0fe794475c3f0e3d.zip |
Added sparc stable keyword
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 4f31d287ee1e..a3dc832e6027 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.83 2003/03/26 20:42:20 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.84 2003/03/29 14:53:02 joker Exp $ 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org> : - Fix latest ebuild to only build static if we are just building the C @@ -66,6 +66,9 @@ *gcc-3.2.2 (06 Feb 2003) + 29 Mar 2003; Christian Birchinger <joker@gentoo.org> gcc-3.2.2.ebuild: + Added sparc stable keyword + 25 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-3.2.2.ebuild : Fix mips depends so they actually work. diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild index d2ea4230803b..60cf6f95bd1d 100644 --- a/sys-devel/gcc/gcc-3.2.2.ebuild +++ b/sys-devel/gcc/gcc-3.2.2.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.2.ebuild,v 1.14 2003/03/24 21:31:26 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.15 2003/03/29 14:53:02 joker Exp $ IUSE="static nls bootstrap java build" @@ -84,7 +84,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc alpha hppa arm mips" +KEYWORDS="x86 ~ppc sparc alpha hppa arm mips" # Ok, this is a hairy one again, but lets assume that we # are not cross compiling, than we want SLOT to only contain |