diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-18 08:09:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-18 08:09:38 +0000 |
commit | c29494ce907557b547a704ec9a7959702a6f2c9c (patch) | |
tree | 14aa1f0b7ad03e9bc726cec7d86314b7bef0df30 /sys-devel/gcc-config | |
parent | small fix0r (diff) | |
download | gentoo-2-c29494ce907557b547a704ec9a7959702a6f2c9c.tar.gz gentoo-2-c29494ce907557b547a704ec9a7959702a6f2c9c.tar.bz2 gentoo-2-c29494ce907557b547a704ec9a7959702a6f2c9c.zip |
moved to stable for x86
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index a5dc7979aeab..7b582dd7ac96 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.22 2003/02/14 07:32:22 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.23 2003/02/18 08:09:38 seemant Exp $ 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> gcc-config-1.2.7.ebuild : @@ -14,6 +14,9 @@ *gcc-config-1.3.1 (19 Jan 2003) + 18 Feb 2003; <root@gentoo.org> gcc-config-1.3.1.ebuild : + moved to stable for x86 + 14 Feb 2003; Mark Guertin <gerk@gentoo.org> gcc-config-1.3.1.ebuild : added ppc to keywords 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 9129033e5eeb..761634d10682 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.4 2003/02/14 07:32:22 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.1.ebuild,v 1.5 2003/02/18 08:09:38 seemant 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" +KEYWORDS="x86 ppc ~sparc ~alpha ~mips ~hppa" SLOT="0" LICENSE="GPL-2" |