From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC18058974 for ; Wed, 20 Jan 2016 09:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81D921C0A4; Wed, 20 Jan 2016 09:01:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B7CB21C0A4 for ; Wed, 20 Jan 2016 09:01:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D067340813 for ; Wed, 20 Jan 2016 09:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA85DC7A for ; Wed, 20 Jan 2016 09:01:07 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1453280368.0351658f502b14b7677346c5bc5e1a0850a067b2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vagrant/vagrant-1.8.1.ebuild X-VCS-Directories: app-emulation/vagrant/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0351658f502b14b7677346c5bc5e1a0850a067b2 X-VCS-Branch: master Date: Wed, 20 Jan 2016 09:01:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 57cdc83d-e037-4004-9003-dbae4370bfe4 X-Archives-Hash: dde51d8cc600b5e2a31f3f6588ce44c3 commit: 0351658f502b14b7677346c5bc5e1a0850a067b2 Author: Tomas Mozes gmail com> AuthorDate: Wed Jan 20 08:39:48 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jan 20 08:59:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0351658f app-emulation/vagrant: drop ruby22 as dev-ruby/rest-client does not support it yet Package-Manager: portage-2.2.26 app-emulation/vagrant/vagrant-1.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/vagrant/vagrant-1.8.1.ebuild b/app-emulation/vagrant/vagrant-1.8.1.ebuild index 50fcdce..2992f55 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"