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 CCDDE138350 for ; Tue, 18 Feb 2020 10:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BEBE0894; Tue, 18 Feb 2020 10:34:46 +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 E16B9E0894 for ; Tue, 18 Feb 2020 10:34:45 +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 0485634EAAD for ; Tue, 18 Feb 2020 10:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95ECB9C for ; Tue, 18 Feb 2020 10:34:42 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1582022074.4b63647df7150b370717290d33fa6c8897a0a355.mva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kross-interpreters/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kross-interpreters/kross-interpreters-19.12.2-r1.ebuild X-VCS-Directories: kde-apps/kross-interpreters/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 4b63647df7150b370717290d33fa6c8897a0a355 X-VCS-Branch: master Date: Tue, 18 Feb 2020 10:34:42 +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: 12dadb68-41cc-436f-8a50-e01ce5acefac X-Archives-Hash: d5247845d8a564b8b30f567b4c86f9c6 commit: 4b63647df7150b370717290d33fa6c8897a0a355 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Tue Feb 18 10:34:34 2020 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Tue Feb 18 10:34:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b63647d kde-apps/kross-interpreters: support for new ruby ruby26 and ruby27 are added to USE_RUBY, so, it can be linked against newer ruby versions since now. As far as I tested, it works flawlessly (at least, in my cases) Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> kde-apps/kross-interpreters/kross-interpreters-19.12.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kross-interpreters/kross-interpreters-19.12.2-r1.ebuild b/kde-apps/kross-interpreters/kross-interpreters-19.12.2-r1.ebuild index 9b58b5932f5..7129aa70fd0 100644 --- a/kde-apps/kross-interpreters/kross-interpreters-19.12.2-r1.ebuild +++ b/kde-apps/kross-interpreters/kross-interpreters-19.12.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby25" +USE_RUBY="ruby25 ruby26 ruby27" KFMIN=5.63.0 QTMIN=5.12.3 inherit ecm kde.org python-single-r1 ruby-single