diff options
author | 2016-01-20 09:39:48 +0100 | |
---|---|---|
committer | 2016-01-20 08:59:28 +0000 | |
commit | 0351658f502b14b7677346c5bc5e1a0850a067b2 (patch) | |
tree | ebb0243d54fdd4e0b2a94dd78356f1474f0d8405 /app-emulation/vagrant | |
parent | sci-libs/plplot: Amend test phase again (diff) | |
download | gentoo-0351658f502b14b7677346c5bc5e1a0850a067b2.tar.gz gentoo-0351658f502b14b7677346c5bc5e1a0850a067b2.tar.bz2 gentoo-0351658f502b14b7677346c5bc5e1a0850a067b2.zip |
app-emulation/vagrant: drop ruby22 as dev-ruby/rest-client does not support it yet
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/vagrant')
-rw-r--r-- | app-emulation/vagrant/vagrant-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vagrant/vagrant-1.8.1.ebuild b/app-emulation/vagrant/vagrant-1.8.1.ebuild index 50fcdce82b90..2992f5567f37 100644 --- a/app-emulation/vagrant/vagrant-1.8.1.ebuild +++ b/app-emulation/vagrant/vagrant-1.8.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec" |