diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-02-01 05:01:29 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-02-01 05:01:29 +0000 |
commit | ea0c8dc01fdcd94f2d4b304c51fffce21bb7c09f (patch) | |
tree | 62acd3916bc0deb3e51eb5cc496a030a35fa3ead /dev-ruby/gherkin | |
parent | Mark m68k/s390/sh stable. (diff) | |
download | gentoo-2-ea0c8dc01fdcd94f2d4b304c51fffce21bb7c09f.tar.gz gentoo-2-ea0c8dc01fdcd94f2d4b304c51fffce21bb7c09f.tar.bz2 gentoo-2-ea0c8dc01fdcd94f2d4b304c51fffce21bb7c09f.zip |
ia64 stable wrt bug #493780
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
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 24ee0595ae1c..4f5e43c67aec 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.60 2014/02/01 00:39:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.61 2014/02/01 05:01:29 hattya Exp $ + + 01 Feb 2014; Akinori Hattori <hattya@gentoo.org> gherkin-2.11.6.ebuild: + ia64 stable wrt bug #493780 01 Feb 2014; Akinori Hattori <hattya@gentoo.org> gherkin-2.12.0-r1.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 fe8a53dda564..db7f2ea512ee 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.8 2014/01/26 11:38:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.11.6.ebuild,v 1.9 2014/02/01 05:01:29 hattya 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="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86" SLOT="0" IUSE="doc test" |