diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-03-28 02:21:36 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-03-28 02:21:36 +0000 |
commit | 6d241a62f0ada9f398a375756b6a4c3838cb488b (patch) | |
tree | 22ee168b98c315b7a60fee50c5c15ab2909f695e /sys-devel | |
parent | Added stable sparc keyword (diff) | |
download | gentoo-2-6d241a62f0ada9f398a375756b6a4c3838cb488b.tar.gz gentoo-2-6d241a62f0ada9f398a375756b6a4c3838cb488b.tar.bz2 gentoo-2-6d241a62f0ada9f398a375756b6a4c3838cb488b.zip |
Added stable sparc keyword
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index a25b0a454bb2..7ddae850a336 100644 --- a/sys-devel/gcc-config/ChangeLog +++ b/sys-devel/gcc-config/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-devel/gcc-config # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.30 2003/02/24 20:35:36 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.31 2003/03/28 02:21:36 joker Exp $ 23 Feb 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.4, wrapper-1.4.c : @@ -18,6 +18,10 @@ *gcc-config-1.3.1 (19 Jan 2003) + 28 Mar 2003; Christian Birchinger <joker@gentoo.org> + gcc-config-1.3.1.ebuild: + Added stable sparc keyword + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-config-1.3.1.ebuild : Changed mips keyword to stable. diff --git a/sys-devel/gcc-config/gcc-config-1.3.1.ebuild b/sys-devel/gcc-config/gcc-config-1.3.1.ebuild index f04126965d27..73db870c5f04 100644 --- a/sys-devel/gcc-config/gcc-config-1.3.1.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.3.1.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-config/gcc-config-1.3.1.ebuild,v 1.9 2003/02/24 20:35:36 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.1.ebuild,v 1.10 2003/03/28 02:21:36 joker Exp $ DISABLE_GEN_GCC_WRAPPERS="yes" @@ -9,7 +9,7 @@ DESCRIPTION="Utility to change the gcc compiler being used." SRC_URI="" HOMEPAGE="http://www.gentoo.org/" -KEYWORDS="x86 ppc ~sparc alpha mips hppa arm" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" SLOT="0" LICENSE="GPL-2" |