diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-19 20:40:26 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-19 21:40:02 +0200 |
commit | 1d899e09404d811d54377853f19c1aaff07633fc (patch) | |
tree | 018890fa1d22c8ec03b30852996e632fd08dae7b /dev-ruby/gherkin | |
parent | 59a89b94443e71e3939bd1baf743394d1f48a42b (diff) | |
download | gentoo-1d899e09404d811d54377853f19c1aaff07633fc.tar.gz gentoo-1d899e09404d811d54377853f19c1aaff07633fc.tar.xz |
dev-ruby/gherkin: add ~alpha keyword
Gentoo-Bug: 553470
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ruby/gherkin')
-rw-r--r-- | dev-ruby/gherkin/gherkin-2.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/gherkin/gherkin-2.12.2.ebuild b/dev-ruby/gherkin/gherkin-2.12.2.ebuild index 49f5d3b2271..004e57a85f7 100644 --- a/dev-ruby/gherkin/gherkin-2.12.2.ebuild +++ b/dev-ruby/gherkin/gherkin-2.12.2.ebuild @@ -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 ~arm ~hppa ~ia64 ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86" SLOT="0" IUSE="doc test" |