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 3ACDF139694 for ; Mon, 15 May 2017 13:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4918C21C07B; Mon, 15 May 2017 13:28:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2415221C081 for ; Mon, 15 May 2017 13:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BE75F3416DC 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 D6AAB7460 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: <1494854884.5ed6288bb891c9622121fb9f3f9c7b5e731642d6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ruby-ssl/ruby-ssl-8.ebuild X-VCS-Directories: virtual/ruby-ssl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5ed6288bb891c9622121fb9f3f9c7b5e731642d6 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: 68a9ecd0-0987-4d5e-909f-f6dd5b3e5a4a X-Archives-Hash: c757eeeddcac8a1026ca43c72624b351 commit: 5ed6288bb891c9622121fb9f3f9c7b5e731642d6 Author: Michał Górny gentoo org> AuthorDate: Sat May 13 11:20:38 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 15 13:28:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed6288b virtual/ruby-ssl: Remove ruby20 virtual/ruby-ssl/ruby-ssl-8.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/virtual/ruby-ssl/ruby-ssl-8.ebuild b/virtual/ruby-ssl/ruby-ssl-8.ebuild index 616947762e8..96c68f466f8 100644 --- a/virtual/ruby-ssl/ruby-ssl-8.ebuild +++ b/virtual/ruby-ssl/ruby-ssl-8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" - ruby_targets_ruby20? ( dev-lang/ruby:2.0[ssl] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1[ssl] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2[ssl] ) ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )"