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 43DEB15808B for ; Wed, 13 Apr 2022 14:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 944EEE0999; Wed, 13 Apr 2022 14:37:14 +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 660CDE0992 for ; Wed, 13 Apr 2022 14:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B3C19341D69 for ; Wed, 13 Apr 2022 14:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B2523A7 for ; Wed, 13 Apr 2022 14:37:09 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1649852910.78a3aed984488c95f8b2246d12ff8e3d5eb307f5.flow@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.11.2.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 78a3aed984488c95f8b2246d12ff8e3d5eb307f5 X-VCS-Branch: master Date: Wed, 13 Apr 2022 14:37:09 +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: 77082776-b140-49b7-8a05-64b5de147920 X-Archives-Hash: 2b24a011d7b294ffa1e262e7666e771d commit: 78a3aed984488c95f8b2246d12ff8e3d5eb307f5 Author: Andrea Postiglione gmail com> AuthorDate: Wed Apr 13 12:28:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 13 12:28:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78a3aed9 sys-cluster/pcs: fix dep Signed-off-by: Andrea Postiglione gmail.com> sys-cluster/pcs/pcs-0.11.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.11.2.ebuild b/sys-cluster/pcs/pcs-0.11.2.ebuild index 40733de60..e6e6fa20a 100644 --- a/sys-cluster/pcs/pcs-0.11.2.ebuild +++ b/sys-cluster/pcs/pcs-0.11.2.ebuild @@ -62,7 +62,10 @@ ruby_add_rdepend " dev-ruby/rack-protection dev-ruby/rack-test dev-ruby/sinatra - www-servers/thin" + www-servers/thin + dev-ruby/webrick + dev-ruby/json" + REQUIRED_USE="${PYTHON_REQUIRED_USE}" PATCHES="${FILESDIR}/pcs-0.11-gentoo-support.patch