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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C46E15808B for ; Wed, 13 Apr 2022 12:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015DDE095E; Wed, 13 Apr 2022 12:29:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 69C85E095E for ; Wed, 13 Apr 2022 12:29:06 +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 70C87341CF7 for ; Wed, 13 Apr 2022 12:29:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C61397 for ; Wed, 13 Apr 2022 12:29:00 +0000 (UTC) From: "Andrea Postiglione" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Postiglione" Message-ID: <1649852910.78a3aed984488c95f8b2246d12ff8e3d5eb307f5.andrea_postiglione@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.11.2.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: andrea_postiglione X-VCS-Committer-Name: Andrea Postiglione X-VCS-Revision: 78a3aed984488c95f8b2246d12ff8e3d5eb307f5 X-VCS-Branch: dev Date: Wed, 13 Apr 2022 12:29:00 +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: 9c3b4e0a-2aab-45db-b4a5-af11900a63e6 X-Archives-Hash: 99f1756aa77f4b0123839af3150d20bc commit: 78a3aed984488c95f8b2246d12ff8e3d5eb307f5 Author: Andrea Postiglione gmail com> AuthorDate: Wed Apr 13 12:28:30 2022 +0000 Commit: Andrea Postiglione gmail com> 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