diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-02-01 00:39:47 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-02-01 00:39:47 +0000 |
commit | 19569db504877ca88e026bcacf73b2b68845dcf8 (patch) | |
tree | d46eb16fae8d501c653c3e151e53a008f0e91e47 /dev-ruby/gherkin/gherkin-2.12.0.ebuild | |
parent | Remove unsused version, allow epatch_user in latest one (diff) | |
download | gentoo-2-19569db504877ca88e026bcacf73b2b68845dcf8.tar.gz gentoo-2-19569db504877ca88e026bcacf73b2b68845dcf8.tar.bz2 gentoo-2-19569db504877ca88e026bcacf73b2b68845dcf8.zip |
keyword ~ia64 wrt bug #471306
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-ruby/gherkin/gherkin-2.12.0.ebuild')
-rw-r--r-- | dev-ruby/gherkin/gherkin-2.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/gherkin/gherkin-2.12.0.ebuild b/dev-ruby/gherkin/gherkin-2.12.0.ebuild index 8722d95d83c9..1015586963d7 100644 --- a/dev-ruby/gherkin/gherkin-2.12.0.ebuild +++ b/dev-ruby/gherkin/gherkin-2.12.0.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.12.0.ebuild,v 1.3 2014/01/02 07:13:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.0.ebuild,v 1.4 2014/02/01 00:39:47 hattya Exp $ EAPI=5 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" SLOT="0" IUSE="doc test" |