Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/
Date: Thu, 11 Aug 2022 10:55:16
Message-Id: 1660215293.839ab3fe34d2fdfd057a5508814d17c33e9efe48.sam@gentoo
1 commit: 839ab3fe34d2fdfd057a5508814d17c33e9efe48
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 10:51:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 10:54:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839ab3fe
7
8 sys-cluster/sanlock: fix UnquotedVariable
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/sanlock/sanlock-3.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/sanlock/sanlock-3.8.2.ebuild b/sys-cluster/sanlock/sanlock-3.8.2.ebuild
16 index 4df87061fd18..86fc96a44877 100644
17 --- a/sys-cluster/sanlock/sanlock-3.8.2.ebuild
18 +++ b/sys-cluster/sanlock/sanlock-3.8.2.ebuild
19 @@ -27,7 +27,7 @@ DEPEND="
20 RDEPEND="${DEPEND}"
21
22 PATCHES=(
23 - ${FILESDIR}/sanlock-fence_sanlock-LDFLAGS.patch
24 + "${FILESDIR}"/sanlock-fence_sanlock-LDFLAGS.patch
25 )
26
27 pkg_setup() {