diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2016-01-03 00:20:35 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2016-01-03 00:27:32 -0500 |
commit | 324e0422567fab3eaa3104fd6c887fa0aad513e9 (patch) | |
tree | d31764041ecd28938cf5be92d6032c0752de779a /dev-ruby/ethon | |
parent | x11-misc/i3status: version bump to 2.10 (diff) | |
download | gentoo-324e0422567fab3eaa3104fd6c887fa0aad513e9.tar.gz gentoo-324e0422567fab3eaa3104fd6c887fa0aad513e9.tar.bz2 gentoo-324e0422567fab3eaa3104fd6c887fa0aad513e9.zip |
dev-ruby/ethon: add keywords for ~arm and ~x86
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/ethon')
-rw-r--r-- | dev-ruby/ethon/ethon-0.8.0-r1.ebuild (renamed from dev-ruby/ethon/ethon-0.8.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ethon/ethon-0.8.0.ebuild b/dev-ruby/ethon/ethon-0.8.0-r1.ebuild index 01ea1dfdae66..9f6534c2f9ae 100644 --- a/dev-ruby/ethon/ethon-0.8.0.ebuild +++ b/dev-ruby/ethon/ethon-0.8.0-r1.ebuild @@ -1,10 +1,10 @@ -# 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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/typhoeus/ethon" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND+=" net-misc/curl" |