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 9A9B113835A for ; Mon, 12 Apr 2021 05:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A04E0822; Mon, 12 Apr 2021 05:39:07 +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 7A6FFE0822 for ; Mon, 12 Apr 2021 05:39:07 +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 9663A340C57 for ; Mon, 12 Apr 2021 05:38:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84ABB706 for ; Mon, 12 Apr 2021 05:38:51 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1618152269.f9cbb5a55ea98fd26136ddd8b129d430643b1fc4.telans@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-r2.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: f9cbb5a55ea98fd26136ddd8b129d430643b1fc4 X-VCS-Branch: master Date: Mon, 12 Apr 2021 05:38:51 +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: b8992b5b-9976-418f-8e57-35b3a315df91 X-Archives-Hash: 0faed1d4a02b1b6e1ba5d2f6d2d182aa commit: f9cbb5a55ea98fd26136ddd8b129d430643b1fc4 Author: Andrea Postiglione gmail com> AuthorDate: Sun Apr 11 14:44:29 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun Apr 11 14:44:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9cbb5a5 sys-cluster/pcs-0.10.8-r2 remove ruby27 Signed-off-by: Andrea Postiglione gmail.com> sys-cluster/pcs/pcs-0.10.8-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild index 4582a8e1e..d212d0c3f 100644 --- a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby25 ruby26" inherit python-single-r1 ruby-ng systemd DESCRIPTION="Pacemaker/Corosync Configuration System"