commit: ac94cd26f5028dd6fd301620617be045f7d57d69 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 15 07:44:40 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 15 08:00:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac94cd26
sys-cluster/ipvsadm: fix pkg-config call Fixes: e296bca1e7c776f65b62a5288f9074769471767b Closes: https://bugs.gentoo.org/782658 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/ipvsadm/{ipvsadm-1.28.ebuild => ipvsadm-1.28-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ipvsadm/ipvsadm-1.28.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild similarity index 97% rename from sys-cluster/ipvsadm/ipvsadm-1.28.ebuild rename to sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild index ed048c1f31b..5d9163943db 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() {