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 642F8158088 for ; Fri, 21 Jan 2022 13:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF382BC094; Fri, 21 Jan 2022 13:25:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 763402BC091 for ; Fri, 21 Jan 2022 13:25:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B69734300C 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 847DA24E 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: <1642768112.8fd6aebba43a741f588814951e6150d4f1ebb4d5.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: 8fd6aebba43a741f588814951e6150d4f1ebb4d5 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: c8fcad0b-c40f-4125-88af-f2f8e7b8da17 X-Archives-Hash: 19f170d5ecf5303d04658180d4e21b9a commit: 8fd6aebba43a741f588814951e6150d4f1ebb4d5 Author: Andrea Postiglione gmail com> AuthorDate: Fri Jan 21 12:28:32 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jan 21 12:28:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd6aebb sys-cluster/pcs-0.10.8-r3: depend on pacemaker <2.1.0 Signed-off-by: Andrea Postiglione gmail.com> sys-cluster/pcs/pcs-0.10.8-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 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 4c14ae970..68eccd9f1 100644 --- a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild @@ -39,7 +39,8 @@ RDEPEND=" ') dev-libs/openssl >=sys-cluster/corosync-3.0 - >=sys-cluster/pacemaker-2.0 + >=sys-cluster/pacemaker-2.0.0 +