From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23563139695 for ; Mon, 15 May 2017 13:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71132E0CBD; Mon, 15 May 2017 13:28:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50462E0CBD for ; Mon, 15 May 2017 13:28:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F3213416BB for ; Mon, 15 May 2017 13:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1AEA745E for ; Mon, 15 May 2017 13:28:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494854883.1f426526e9c96e3469a9e8c193fbe9987c8c13c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ruby-ffi/ruby-ffi-3.ebuild X-VCS-Directories: virtual/ruby-ffi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f426526e9c96e3469a9e8c193fbe9987c8c13c6 X-VCS-Branch: master Date: Mon, 15 May 2017 13:28:21 +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: d3b1ae94-c66c-43cd-8187-c2e5bff6aea7 X-Archives-Hash: d8274deba73105d1fed8e719da2af496 commit: 1f426526e9c96e3469a9e8c193fbe9987c8c13c6 Author: Michał Górny gentoo org> AuthorDate: Sat May 13 11:19:20 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 15 13:28:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f426526 virtual/ruby-ffi: Remove ruby20 virtual/ruby-ffi/ruby-ffi-3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/virtual/ruby-ffi/ruby-ffi-3.ebuild b/virtual/ruby-ffi/ruby-ffi-3.ebuild index 10b4cbc524f..c0da5cbea28 100644 --- a/virtual/ruby-ffi/ruby-ffi-3.ebuild +++ b/virtual/ruby-ffi/ruby-ffi-3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" - ruby_targets_ruby20? ( dev-ruby/ffi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ffi[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/ffi[ruby_targets_ruby22] ) "