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 87DAB1382C5 for ; Sat, 20 Mar 2021 12:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C10F9E0831; Sat, 20 Mar 2021 12:06:02 +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 99132E0831 for ; Sat, 20 Mar 2021 12:06:02 +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 6EA27335C5A for ; Sat, 20 Mar 2021 12:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C942146C for ; Sat, 20 Mar 2021 12:05:59 +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: <1616241925.7ea5bec557743a119e41e1a7a547a534abce2361.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.10.8.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: andrea_postiglione X-VCS-Committer-Name: Andrea Postiglione X-VCS-Revision: 7ea5bec557743a119e41e1a7a547a534abce2361 X-VCS-Branch: dev Date: Sat, 20 Mar 2021 12:05:59 +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: cf6b4d13-b717-4f90-bd4a-e4e3d957cbce X-Archives-Hash: a5759c0db3f8d4c59f9b2970bc7ee049 commit: 7ea5bec557743a119e41e1a7a547a534abce2361 Author: Andrea Postiglione gmail com> AuthorDate: Sat Mar 20 12:05:25 2021 +0000 Commit: Andrea Postiglione gmail com> CommitDate: Sat Mar 20 12:05:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ea5bec5 sys-cluster/pcs-0.10.8: fix env Signed-off-by: Andrea Postiglione gmail.com> sys-cluster/pcs/pcs-0.10.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.10.8.ebuild b/sys-cluster/pcs/pcs-0.10.8.ebuild index 687d1fda..68e1b8e7 100644 --- a/sys-cluster/pcs/pcs-0.10.8.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8.ebuild @@ -58,7 +58,7 @@ ruby_add_rdepend " dev-ruby/tilt " -PATCHES=( "${FILESDIR}/remove-ruby-bundle-path.patch" "${FILESDIR}/openrc-0.10.8.patch" ) +PATCHES=( "${FILESDIR}/remove-ruby-bundle-path.patch" "${FILESDIR}/openrc-${PV}.patch" ) S="${WORKDIR}/all/${P}"