diff options
author | Markus Meier <maekke@gentoo.org> | 2015-07-17 20:03:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-07-17 20:03:17 +0000 |
commit | d64a87ee028e2cc0d3d229ef3e4b32c73e7ac80e (patch) | |
tree | bd1a793ec6ba4ba8e597bd2c5c6cf0862a434d1a | |
parent | add ~arm, bug #553470 (diff) | |
download | gentoo-2-d64a87ee028e2cc0d3d229ef3e4b32c73e7ac80e.tar.gz gentoo-2-d64a87ee028e2cc0d3d229ef3e4b32c73e7ac80e.tar.bz2 gentoo-2-d64a87ee028e2cc0d3d229ef3e4b32c73e7ac80e.zip |
add ~arm, bug #553470
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-rw-r--r-- | dev-ruby/gherkin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gherkin/gherkin-2.12.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/gherkin/ChangeLog b/dev-ruby/gherkin/ChangeLog index 35eb46666ba1..21ee56c87b3e 100644 --- a/dev-ruby/gherkin/ChangeLog +++ b/dev-ruby/gherkin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/gherkin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.89 2015/07/04 18:57:36 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.90 2015/07/17 20:03:17 maekke Exp $ + + 17 Jul 2015; Markus Meier <maekke@gentoo.org> gherkin-2.12.2.ebuild: + add ~arm, bug #553470 04 Jul 2015; Hans de Graaff <graaff@gentoo.org> gherkin-2.12.2.ebuild: Actually add the ruby-beautify dependency for bug 553274. diff --git a/dev-ruby/gherkin/gherkin-2.12.2.ebuild b/dev-ruby/gherkin/gherkin-2.12.2.ebuild index 859645302356..b3430a6dfccd 100644 --- a/dev-ruby/gherkin/gherkin-2.12.2.ebuild +++ b/dev-ruby/gherkin/gherkin-2.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild,v 1.3 2015/07/04 18:57:36 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild,v 1.4 2015/07/17 20:03:17 maekke Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/cucumber/gherkin" LICENSE="MIT" SRC_URI="https://github.com/cucumber/gherkin/archive/v${PV}.tar.gz -> ${P}-git.tgz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" SLOT="0" IUSE="doc test" |