diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-07-08 16:38:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-07-08 16:38:11 +0000 |
commit | f3a6ce80b8e11959a0bb470ce3a8926c625ba882 (patch) | |
tree | a1690a3213814835f573c54ff96fbf7ec5103c4d /dev-ruby/gherkin | |
parent | Marked ~hppa (bug #417573). (diff) | |
download | gentoo-2-f3a6ce80b8e11959a0bb470ce3a8926c625ba882.tar.gz gentoo-2-f3a6ce80b8e11959a0bb470ce3a8926c625ba882.tar.bz2 gentoo-2-f3a6ce80b8e11959a0bb470ce3a8926c625ba882.zip |
Marked ~hppa (bug #417573).
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gherkin')
-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 56feb3386940..3f0c08585791 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.39 2012/05/12 09:29:29 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.40 2012/07/08 16:38:11 jer Exp $ + + 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> gherkin-2.7.3.ebuild: + Marked ~hppa (bug #417573). *gherkin-2.10.0 (12 May 2012) diff --git a/dev-ruby/gherkin/gherkin-2.7.3.ebuild b/dev-ruby/gherkin/gherkin-2.7.3.ebuild index eb5d2847c49b..3c6c7e318884 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.2 2012/01/29 10:29:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.7.3.ebuild,v 1.3 2012/07/08 16:38:11 jer 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" +KEYWORDS="~amd64 ~hppa" SLOT="0" IUSE="doc test" |