summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-15 07:44:40 +0000
committerSam James <sam@gentoo.org>2021-04-15 08:00:26 +0000
commitac94cd26f5028dd6fd301620617be045f7d57d69 (patch)
tree595362652e4050b6f3fff7af82c18b3a095c015f /sys-cluster
parentapp-misc/tracker: fix MissingTestRestrict (diff)
downloadgentoo-ac94cd26f5028dd6fd301620617be045f7d57d69.tar.gz
gentoo-ac94cd26f5028dd6fd301620617be045f7d57d69.tar.bz2
gentoo-ac94cd26f5028dd6fd301620617be045f7d57d69.zip
sys-cluster/ipvsadm: fix pkg-config call
Fixes: e296bca1e7c776f65b62a5288f9074769471767b Closes: https://bugs.gentoo.org/782658 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild (renamed from sys-cluster/ipvsadm/ipvsadm-1.28.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.28.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild
index ed048c1f31b9..5d9163943dba 100644
--- a/sys-cluster/ipvsadm/ipvsadm-1.28.ebuild
+++ b/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild
@@ -46,7 +46,7 @@ src_compile() {
CC="$(tc-getCC)" \
HAVE_NL=1 \
STATIC=${STATIC} \
- POPT_LIB="$($(tc-getPKG_CONFIG)--libs popt)"
+ POPT_LIB="$($(tc-getPKG_CONFIG) --libs popt)"
}
src_install() {