diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-19 11:13:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-19 11:13:12 +0000 |
commit | c03ef60649533980e31207041d0b81a764759159 (patch) | |
tree | 960f931567603b56849fac7236aa4d6b1e97586e /dev-ruby | |
parent | Remove obsolete koffice handling. Simplify Qt minimal requirement. Remove (diff) | |
download | gentoo-2-c03ef60649533980e31207041d0b81a764759159.tar.gz gentoo-2-c03ef60649533980e31207041d0b81a764759159.tar.bz2 gentoo-2-c03ef60649533980e31207041d0b81a764759159.zip |
Keyword ~ppc ~ppc64, bug #417573
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/gherkin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gherkin/gherkin-2.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/gherkin/ChangeLog b/dev-ruby/gherkin/ChangeLog index 82e102153d89..5705f643f013 100644 --- a/dev-ruby/gherkin/ChangeLog +++ b/dev-ruby/gherkin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/gherkin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.41 2012/07/11 16:30:44 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.42 2012/08/19 11:13:12 blueness Exp $ + + 19 Aug 2012; Anthony G. Basile <blueness@gentoo.org> gherkin-2.7.3.ebuild: + Keyword ~ppc ~ppc64, bug #417573 11 Jul 2012; Andreas Schuerch <nativemad@gentoo.org> gherkin-2.7.3.ebuild: x86 keyword set, see bug 417573 diff --git a/dev-ruby/gherkin/gherkin-2.7.3.ebuild b/dev-ruby/gherkin/gherkin-2.7.3.ebuild index 5e4ffb1cbd58..3d256fc6a58e 100644 --- a/dev-ruby/gherkin/gherkin-2.7.3.ebuild +++ b/dev-ruby/gherkin/gherkin-2.7.3.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-ruby/gherkin/gherkin-2.7.3.ebuild,v 1.4 2012/07/11 16:30:44 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.7.3.ebuild,v 1.5 2012/08/19 11:13:12 blueness Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -18,7 +18,7 @@ HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin" LICENSE="MIT" SRC_URI="https://github.com/cucumber/gherkin/tarball/v${PV} -> ${P}.tgz" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" SLOT="0" IUSE="doc test" |