diff options
author | 2014-01-02 07:19:18 +0000 | |
---|---|---|
committer | 2014-01-02 07:19:18 +0000 | |
commit | 250cfe1abd2b99ed124da920d490692904abf1a6 (patch) | |
tree | 82e998e791f52dce0334daaa0db721b8d0fca73b /dev-ruby/gherkin | |
parent | Add back ruby18, dependencies still support this. Drop deprecated ree18. (diff) | |
download | gentoo-2-250cfe1abd2b99ed124da920d490692904abf1a6.tar.gz gentoo-2-250cfe1abd2b99ed124da920d490692904abf1a6.tar.bz2 gentoo-2-250cfe1abd2b99ed124da920d490692904abf1a6.zip |
Add alpha keyword that did not get included in a version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/gherkin')
-rw-r--r-- | dev-ruby/gherkin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gherkin/gherkin-2.11.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/gherkin/ChangeLog b/dev-ruby/gherkin/ChangeLog index a570c32f0e6c..86e2107eafae 100644 --- a/dev-ruby/gherkin/ChangeLog +++ b/dev-ruby/gherkin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/gherkin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.55 2014/01/02 07:13:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.56 2014/01/02 07:19:18 graaff Exp $ + + 02 Jan 2014; Hans de Graaff <graaff@gentoo.org> gherkin-2.11.6.ebuild: + Add alpha keyword that did not get included in a version bump. 02 Jan 2014; Hans de Graaff <graaff@gentoo.org> gherkin-2.11.6.ebuild, gherkin-2.12.0.ebuild: diff --git a/dev-ruby/gherkin/gherkin-2.11.6.ebuild b/dev-ruby/gherkin/gherkin-2.11.6.ebuild index 3c9deb58cccc..2e9d17463eeb 100644 --- a/dev-ruby/gherkin/gherkin-2.11.6.ebuild +++ b/dev-ruby/gherkin/gherkin-2.11.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.11.6.ebuild,v 1.5 2014/01/02 07:13:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.11.6.ebuild,v 1.6 2014/01/02 07:19:18 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ruby19" @@ -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 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="doc test" |