diff options
author | 2007-06-24 18:14:41 +0000 | |
---|---|---|
committer | 2007-06-24 18:14:41 +0000 | |
commit | 1fc9149456ab5822ffc0a435041c1a3104e1d81d (patch) | |
tree | bb9f1cd987c794406ff289dc1dc1d84e094b637b /sys-devel/gcc | |
parent | (QA) Don't use KEYWORDS="-*". bug #160519. (diff) | |
download | gentoo-2-1fc9149456ab5822ffc0a435041c1a3104e1d81d.tar.gz gentoo-2-1fc9149456ab5822ffc0a435041c1a3104e1d81d.tar.bz2 gentoo-2-1fc9149456ab5822ffc0a435041c1a3104e1d81d.zip |
(QA) Don't use KEYWORDS="-*". bug #160519.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.2.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 856b8cdfa62a..1ee42aa9d840 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.623 2007/06/12 17:04:09 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.624 2007/06/24 18:14:41 peper Exp $ + + 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> gcc-3.2.2.ebuild: + (QA) Don't use KEYWORDS="-*". bug #160519. 12 Jun 2007; Fernando J. Pereda <ferdy@gentoo.org> gcc-4.1.2.ebuild: Stable on alpha as per bug #178768 diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild index 0c03b986a266..8d5aa4ee45fd 100644 --- a/sys-devel/gcc/gcc-3.2.2.ebuild +++ b/sys-devel/gcc/gcc-3.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.28 2005/08/20 08:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.29 2007/06/24 18:14:41 peper Exp $ # This version is really meant JUST for the ps2 @@ -19,7 +19,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers" -KEYWORDS="-*" +KEYWORDS="" src_unpack() { gcc_src_unpack |