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 743FE139345 for ; Sun, 11 Jul 2021 22:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89B66E0CD0; Sun, 11 Jul 2021 22:28:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6DF88E0CD0 for ; Sun, 11 Jul 2021 22:28:56 +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 EE149342C53 for ; Sun, 11 Jul 2021 22:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6334D7D0 for ; Sun, 11 Jul 2021 22:28:53 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1626041707.1155bcdcfb5a4dfa69622a129f9381f666ee4457.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1155bcdcfb5a4dfa69622a129f9381f666ee4457 X-VCS-Branch: dev Date: Sun, 11 Jul 2021 22:28:53 +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: bfbf4bf0-dd9d-4469-bc46-44dce4bef82a X-Archives-Hash: 7c9304fc2cccea82ba8a0e907169d39e commit: 1155bcdcfb5a4dfa69622a129f9381f666ee4457 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jul 11 22:15:07 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Jul 11 22:15:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1155bcdc sys-cluster/pcs: bump python, remove old ruby Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/pcs/pcs-0.10.8-r3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild index b348a3848..4c14ae970 100644 --- a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild @@ -4,8 +4,8 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..9} ) -USE_RUBY="ruby25 ruby26" +PYTHON_COMPAT=( python3_{8..10} ) +USE_RUBY="ruby26" inherit python-single-r1 ruby-ng systemd @@ -13,13 +13,12 @@ DESCRIPTION="Pacemaker/Corosync Configuration System" HOMEPAGE="https://github.com/ClusterLabs/pcs" SRC_URI="https://github.com/ClusterLabs/pcs/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/all/${P}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="systemd" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - DEPEND=" dev-libs/libffi media-libs/fontconfig @@ -45,6 +44,7 @@ RDEPEND=" sys-process/psmisc " +REQUIRED_USE="${PYTHON_REQUIRED_USE}" PATCHES=( "${FILESDIR}/remove-ruby-bundle-path.patch" "${FILESDIR}/openrc-${PV}.patch"