diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 18:16:32 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 18:16:32 +0000 |
commit | 05852341dc561978634fd729d9e9a3b6487e06b1 (patch) | |
tree | 90f4e5fd333225346ca4e40bd18912708396e1b7 /sys-devel | |
parent | (QA) Don't use KEYWORDS="-*". bug #160519. (diff) | |
download | gentoo-2-05852341dc561978634fd729d9e9a3b6487e06b1.tar.gz gentoo-2-05852341dc561978634fd729d9e9a3b6487e06b1.tar.bz2 gentoo-2-05852341dc561978634fd729d9e9a3b6487e06b1.zip |
(QA) Don't use KEYWORDS="-*". bug #160519.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.4.0.ebuild | 4 |
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" |