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 2BFCE138331 for ; Fri, 27 Apr 2018 07:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4012E08A5; Fri, 27 Apr 2018 07:09:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC91DE08A5 for ; Fri, 27 Apr 2018 07:09:03 +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 07312335C7F for ; Fri, 27 Apr 2018 07:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7531229F for ; Fri, 27 Apr 2018 07:09:01 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1524812889.c0941cd568a3ac1987a3d77ff9e7d028e3e7c7f0.graaff@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-10.ebuild X-VCS-Directories: virtual/ruby-ssl/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c0941cd568a3ac1987a3d77ff9e7d028e3e7c7f0 X-VCS-Branch: master Date: Fri, 27 Apr 2018 07:09:01 +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: 6618f32d-ae77-421e-883d-900f8f569629 X-Archives-Hash: e1385cd357fac58a3ca82eb5c9bec6c8 commit: c0941cd568a3ac1987a3d77ff9e7d028e3e7c7f0 Author: Hans de Graaff gentoo org> AuthorDate: Sun Feb 25 07:49:55 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 27 07:08:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0941cd5 virtual/ruby-ssl: remove ruby22 Package-Manager: Portage-2.3.19, Repoman-2.3.6 virtual/ruby-ssl/ruby-ssl-10.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild b/virtual/ruby-ssl/ruby-ssl-10.ebuild index e8d2c00f6d5..f9164d3c335 100644 --- a/virtual/ruby-ssl/ruby-ssl-10.ebuild +++ b/virtual/ruby-ssl/ruby-ssl-10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 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_ruby22? ( dev-lang/ruby:2.2[ssl] ) ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] ) ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] ) ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )