From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AED2F1382C5 for ; Thu, 15 Apr 2021 08:02:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9505FE0830; Thu, 15 Apr 2021 08:02:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 766EDE0825 for ; Thu, 15 Apr 2021 08:02:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4429F340D7D for ; Thu, 15 Apr 2021 08:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAC36648 for ; Thu, 15 Apr 2021 08:02:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618473626.ac94cd26f5028dd6fd301620617be045f7d57d69.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ipvsadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ipvsadm/ipvsadm-1.28-r1.ebuild sys-cluster/ipvsadm/ipvsadm-1.28.ebuild X-VCS-Directories: sys-cluster/ipvsadm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac94cd26f5028dd6fd301620617be045f7d57d69 X-VCS-Branch: master Date: Thu, 15 Apr 2021 08:02:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1d6bbf4-c1e0-431f-b269-a8ee7a8bc627 X-Archives-Hash: de08486d19627bd068a21cafff851540 commit: ac94cd26f5028dd6fd301620617be045f7d57d69 Author: Sam James gentoo org> AuthorDate: Thu Apr 15 07:44:40 2021 +0000 Commit: Sam James gentoo 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 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() {