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 236F01382C5 for ; Sat, 20 Mar 2021 17:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76F5FE0841; Sat, 20 Mar 2021 17:38:45 +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 5E345E0841 for ; Sat, 20 Mar 2021 17:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 47130340A3B for ; Sat, 20 Mar 2021 17:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4B45C5 for ; Sat, 20 Mar 2021 17:38:41 +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: <1616241925.7ea5bec557743a119e41e1a7a547a534abce2361.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.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7ea5bec557743a119e41e1a7a547a534abce2361 X-VCS-Branch: master Date: Sat, 20 Mar 2021 17:38:41 +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: 56bff766-125d-4d81-a430-d910d4716f7f X-Archives-Hash: f18be0726622567c770a9600b487ff80 commit: 7ea5bec557743a119e41e1a7a547a534abce2361 Author: Andrea Postiglione gmail com> AuthorDate: Sat Mar 20 12:05:25 2021 +0000 Commit: Andrew Ammerlaan riseup net> 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}"