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 2008D138334 for ; Tue, 9 Apr 2019 05:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC10EE0886; Tue, 9 Apr 2019 05:53:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4F3AE0886 for ; Tue, 9 Apr 2019 05:53:51 +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 D6A57335C7B for ; Tue, 9 Apr 2019 05:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D795A0 for ; Tue, 9 Apr 2019 05:53:48 +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: <1554789169.710ed986c1d97cd5857c8d6fea4949a0073f50b9.graaff@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-4.ebuild X-VCS-Directories: virtual/ruby-ffi/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 710ed986c1d97cd5857c8d6fea4949a0073f50b9 X-VCS-Branch: master Date: Tue, 9 Apr 2019 05:53:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab10c525-a459-4c63-b0b7-94fc20ee68c1 X-Archives-Hash: bd5bc0fa01d375b210ab79be30e6a707 commit: 710ed986c1d97cd5857c8d6fea4949a0073f50b9 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jan 9 10:25:26 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Apr 9 05:52:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710ed986 virtual/ruby-ffi: drop ruby23 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 virtual/ruby-ffi/ruby-ffi-4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/virtual/ruby-ffi/ruby-ffi-4.ebuild b/virtual/ruby-ffi/ruby-ffi-4.ebuild index fe8381b8a81..82d3cb15070 100644 --- a/virtual/ruby-ffi/ruby-ffi-4.ebuild +++ b/virtual/ruby-ffi/ruby-ffi-4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24" +USE_RUBY="ruby24" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 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_ruby23? ( dev-ruby/ffi[ruby_targets_ruby23] ) ruby_targets_ruby24? ( dev-ruby/ffi[ruby_targets_ruby24] ) "