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/ipvsadm/
Date: Thu, 15 Apr 2021 08:02:14
Message-Id: 1618473626.ac94cd26f5028dd6fd301620617be045f7d57d69.sam@gentoo
1 commit: ac94cd26f5028dd6fd301620617be045f7d57d69
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 07:44:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 08:00:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac94cd26
7
8 sys-cluster/ipvsadm: fix pkg-config call
9
10 Fixes: e296bca1e7c776f65b62a5288f9074769471767b
11 Closes: https://bugs.gentoo.org/782658
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-cluster/ipvsadm/{ipvsadm-1.28.ebuild => ipvsadm-1.28-r1.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/ipvsadm/ipvsadm-1.28.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild
18 similarity index 97%
19 rename from sys-cluster/ipvsadm/ipvsadm-1.28.ebuild
20 rename to sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild
21 index ed048c1f31b..5d9163943db 100644
22 --- a/sys-cluster/ipvsadm/ipvsadm-1.28.ebuild
23 +++ b/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild
24 @@ -46,7 +46,7 @@ src_compile() {
25 CC="$(tc-getCC)" \
26 HAVE_NL=1 \
27 STATIC=${STATIC} \
28 - POPT_LIB="$($(tc-getPKG_CONFIG)--libs popt)"
29 + POPT_LIB="$($(tc-getPKG_CONFIG) --libs popt)"
30 }
31
32 src_install() {