diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2016-01-03 00:37:36 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2016-01-03 00:37:36 -0500 |
commit | 898e461bb60818ffb51e52784487ea204e4e4455 (patch) | |
tree | 79901f8cad71d0f4b693f9e49c3c060cb93b3304 /dev-ruby/patron | |
parent | dev-ruby/net-http-persistent: adding ~arm (diff) | |
download | gentoo-898e461bb60818ffb51e52784487ea204e4e4455.tar.gz gentoo-898e461bb60818ffb51e52784487ea204e4e4455.tar.bz2 gentoo-898e461bb60818ffb51e52784487ea204e4e4455.zip |
dev-ruby/patron: adding ~arm
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/patron')
-rw-r--r-- | dev-ruby/patron/patron-0.5.0-r1.ebuild (renamed from dev-ruby/patron/patron-0.5.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/patron/patron-0.5.0.ebuild b/dev-ruby/patron/patron-0.5.0-r1.ebuild index 1731d1a7e70f..ca677e14b620 100644 --- a/dev-ruby/patron/patron-0.5.0.ebuild +++ b/dev-ruby/patron/patron-0.5.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND+=" net-misc/curl" |