diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-03-05 09:02:21 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-03-05 09:02:21 +0100 |
commit | b095b4850cd26f451b06b5328792a949300b4f57 (patch) | |
tree | 72439d864cf9fba5e0ea9e4620cd5897b323061c /dev-ruby/typhoeus | |
parent | dev-ruby/typhoeus: cleanup (diff) | |
download | gentoo-b095b4850cd26f451b06b5328792a949300b4f57.tar.gz gentoo-b095b4850cd26f451b06b5328792a949300b4f57.tar.bz2 gentoo-b095b4850cd26f451b06b5328792a949300b4f57.zip |
dev-ruby/typhoeus: move typhoeus into separate slot, bug 609506
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/typhoeus')
-rw-r--r-- | dev-ruby/typhoeus/typhoeus-1.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild index 27fe55b95223..b7bac4688be6 100644 --- a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md" RUBY_FAKEGEM_TASK_DOC="" @@ -16,7 +16,7 @@ DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling HOMEPAGE="https://github.com/typhoeus/typhoeus" LICENSE="Ruby" -SLOT="0" +SLOT="1" KEYWORDS="~amd64" IUSE="" |