diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-06 01:01:33 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-06 01:01:33 +0000 |
commit | e5107893e4b98f7b31950cd50cc1f85c7b734fc7 (patch) | |
tree | 75c5f3e21f26fc1c395e5912c806aff4a454878b /dev-cpp | |
parent | Version bump (both 1.10 and 2.0, the latter masked). Remove old versions. (diff) | |
download | gentoo-2-e5107893e4b98f7b31950cd50cc1f85c7b734fc7.tar.gz gentoo-2-e5107893e4b98f7b31950cd50cc1f85c7b734fc7.tar.bz2 gentoo-2-e5107893e4b98f7b31950cd50cc1f85c7b734fc7.zip |
marked x86 per bug 424743
(Portage version: 2.2.0_alpha116/cvs/Linux i686)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog index 5edea854bf9a..b8d78e9cd2a7 100644 --- a/dev-cpp/gccxml/ChangeLog +++ b/dev-cpp/gccxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/gccxml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.33 2012/07/05 13:19:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.34 2012/07/06 01:01:33 jdhore Exp $ + + 06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> + gccxml-0.9.0_pre20120309.ebuild: + marked x86 per bug 424743 05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> gccxml-0.9.0_pre20120309.ebuild: diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild index e7dcdbaba4f1..ca494477b8b3 100644 --- a/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild +++ b/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild,v 1.3 2012/07/05 13:19:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild,v 1.4 2012/07/06 01:01:33 jdhore Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" src_prepare() { |