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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44869158087 for ; Fri, 21 Jan 2022 13:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 668312BC09A; Fri, 21 Jan 2022 13:25:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47CB92BC09A for ; Fri, 21 Jan 2022 13:25:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D5B13434C3 for ; Fri, 21 Jan 2022 13:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 978FB2A0 for ; Fri, 21 Jan 2022 13:25:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1642768458.240b182d2f05dcf7d46d47a0430eaa70ba24d92c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/pcs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/pcs/pcs-0.10.8-r3.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 240b182d2f05dcf7d46d47a0430eaa70ba24d92c X-VCS-Branch: master Date: Fri, 21 Jan 2022 13:25:25 +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: 352f4798-3674-47da-b733-90740ed4092f X-Archives-Hash: f254bf57b76eae3e0ffb4be688c51915 commit: 240b182d2f05dcf7d46d47a0430eaa70ba24d92c Author: Andrea Postiglione gmail com> AuthorDate: Fri Jan 21 12:34:18 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jan 21 12:34:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=240b182d sys-cluster/pcs-0.10.8-r3: add ruby27 Signed-off-by: Andrea Postiglione gmail.com> sys-cluster/pcs/pcs-0.10.8-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild index 68eccd9f1..c415a60fa 100644 --- a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{8..10} ) -USE_RUBY="ruby26" +USE_RUBY="ruby26 ruby27" inherit python-single-r1 ruby-ng systemd