summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-06-24 18:16:32 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-06-24 18:16:32 +0000
commit7cd236646d4627938c04bc9837ec6b6147d80bda (patch)
tree690817588874deceb3a10785a70d815467302b89 /sys-devel/gcc-config
parentcleanup old version (diff)
downloadhistorical-7cd236646d4627938c04bc9837ec6b6147d80bda.tar.gz
historical-7cd236646d4627938c04bc9837ec6b6147d80bda.tar.bz2
historical-7cd236646d4627938c04bc9837ec6b6147d80bda.zip
(QA) Don't use KEYWORDS="-*". bug #160519.
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r--sys-devel/gcc-config/ChangeLog6
-rw-r--r--sys-devel/gcc-config/gcc-config-1.4.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog
index b49dc9c64c82..cddadc2acfdd 100644
--- a/sys-devel/gcc-config/ChangeLog
+++ b/sys-devel/gcc-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gcc-config
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.163 2007/06/02 11:43:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.164 2007/06/24 18:16:32 peper Exp $
+
+ 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org>
+ gcc-config-1.4.0.ebuild:
+ (QA) Don't use KEYWORDS="-*". bug #160519.
02 Jun 2007; Raúl Porcel <armin76@gentoo.org> gcc-config-1.3.16.ebuild:
alpha stable wrt #176869
diff --git a/sys-devel/gcc-config/gcc-config-1.4.0.ebuild b/sys-devel/gcc-config/gcc-config-1.4.0.ebuild
index 0c66547c807a..8aadccfc8dca 100644
--- a/sys-devel/gcc-config/gcc-config-1.4.0.ebuild
+++ b/sys-devel/gcc-config/gcc-config-1.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0.ebuild,v 1.5 2007/05/03 05:20:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0.ebuild,v 1.6 2007/06/24 18:16:32 peper Exp $
inherit flag-o-matic toolchain-funcs multilib
@@ -13,7 +13,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-*" #~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="" #~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="!app-admin/eselect-compiler"