From 7ea5bec557743a119e41e1a7a547a534abce2361 Mon Sep 17 00:00:00 2001 From: Andrea Postiglione Date: Sat, 20 Mar 2021 13:05:25 +0100 Subject: [PATCH] sys-cluster/pcs-0.10.8: fix env Signed-off-by: Andrea Postiglione --- 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 687d1fda2e..68e1b8e7b0 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}"