summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2003-02-14 07:32:22 +0000
committerMark Guertin <gerk@gentoo.org>2003-02-14 07:32:22 +0000
commit92c90a453a47ae9f00eb3d6a86117de5fff22322 (patch)
treec49d1a34e1280da21be3586f61840713dc943e73 /sys-devel
parentCompleted library support. (diff)
downloadhistorical-92c90a453a47ae9f00eb3d6a86117de5fff22322.tar.gz
historical-92c90a453a47ae9f00eb3d6a86117de5fff22322.tar.bz2
historical-92c90a453a47ae9f00eb3d6a86117de5fff22322.zip
set ppc in keywords
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc-config/ChangeLog5
-rw-r--r--sys-devel/gcc-config/gcc-config-1.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog
index 0fe2a81466f5..a5dc7979aeab 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.21 2003/02/12 09:14:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.22 2003/02/14 07:32:22 gerk 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)
+ 14 Feb 2003; Mark Guertin <gerk@gentoo.org> gcc-config-1.3.1.ebuild :
+ added ppc to keywords
+
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.1.ebuild :
Use the 'which' command to find commands if present to give a bit of a
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 722881a9912e..9129033e5eeb 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.3 2003/02/13 16:32:04 vapier Exp $
+# $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 $
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"