diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-03 12:07:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-03 12:07:02 +0000 |
commit | f67f82ee49aaf0d706d80e2d2e3d4716a8bac5ec (patch) | |
tree | 4c0ebd78a93cc571612f059497ac58a497e1f20e /dev-ruby/gherkin | |
parent | Stable for PPC64 (bug #542574). (diff) | |
download | gentoo-2-f67f82ee49aaf0d706d80e2d2e3d4716a8bac5ec.tar.gz gentoo-2-f67f82ee49aaf0d706d80e2d2e3d4716a8bac5ec.tar.bz2 gentoo-2-f67f82ee49aaf0d706d80e2d2e3d4716a8bac5ec.zip |
Stable for PPC64 (bug #542574).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/gherkin')
-rw-r--r-- | dev-ruby/gherkin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gherkin/gherkin-2.12.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/gherkin/ChangeLog b/dev-ruby/gherkin/ChangeLog index 7054b5fa5f0c..afe7d422e3c6 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.82 2015/04/26 17:13:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.83 2015/05/03 12:07:02 jer Exp $ + + 03 May 2015; Jeroen Roovers <jer@gentoo.org> gherkin-2.12.0-r2.ebuild: + Stable for PPC64 (bug #542574). 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> gherkin-2.12.0-r2.ebuild: ppc stable wrt bug #542574 diff --git a/dev-ruby/gherkin/gherkin-2.12.0-r2.ebuild b/dev-ruby/gherkin/gherkin-2.12.0-r2.ebuild index 0a33a2559429..9130ffb72e8d 100644 --- a/dev-ruby/gherkin/gherkin-2.12.0-r2.ebuild +++ b/dev-ruby/gherkin/gherkin-2.12.0-r2.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.0-r2.ebuild,v 1.12 2015/04/26 17:13:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.0-r2.ebuild,v 1.13 2015/05/03 12:07:02 jer Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -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" |