diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-16 18:15:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-16 18:15:08 +0000 |
commit | c76eb8ac363144014d2cba8a0c55c5f38252d12b (patch) | |
tree | 223df6c9ef8f731ec2eacac8faa5cc18fc8e7248 /dev-ruby/gherkin | |
parent | Stable for ppc64, wrt bug #493780 (diff) | |
download | gentoo-2-c76eb8ac363144014d2cba8a0c55c5f38252d12b.tar.gz gentoo-2-c76eb8ac363144014d2cba8a0c55c5f38252d12b.tar.bz2 gentoo-2-c76eb8ac363144014d2cba8a0c55c5f38252d12b.zip |
Stable for ppc64, wrt bug #493780
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
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 5aea4243b053..fbe98df4099c 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.73 2014/11/16 18:13:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.74 2014/11/16 18:15:08 ago Exp $ + + 16 Nov 2014; Agostino Sarubbo <ago@gentoo.org> gherkin-2.11.6.ebuild: + Stable for ppc64, wrt bug #493780 16 Nov 2014; Agostino Sarubbo <ago@gentoo.org> gherkin-2.11.6.ebuild: Stable for ppc, wrt bug #493780 diff --git a/dev-ruby/gherkin/gherkin-2.11.6.ebuild b/dev-ruby/gherkin/gherkin-2.11.6.ebuild index af813abf0498..6fb97d24f089 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.14 2014/11/16 18:13:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.11.6.ebuild,v 1.15 2014/11/16 18:15:08 ago Exp $ EAPI=4 USE_RUBY="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="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" SLOT="0" IUSE="doc test" |