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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6274D15802F for ; Sun, 5 Mar 2023 14:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DD34E0839; Sun, 5 Mar 2023 14:38:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52406E0839 for ; Sun, 5 Mar 2023 14:38:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46552341366 for ; Sun, 5 Mar 2023 14:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD95489F for ; Sun, 5 Mar 2023 14:38:37 +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: <1678026995.8623eed52d39d90a4340cc60dd61c8e04183af1b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xdp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/xdp-tools/xdp-tools-1.3.1.ebuild X-VCS-Directories: net-libs/xdp-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8623eed52d39d90a4340cc60dd61c8e04183af1b X-VCS-Branch: master Date: Sun, 5 Mar 2023 14:38:37 +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: 9708a1e2-4edc-4caf-9567-5cdf546ce596 X-Archives-Hash: a2e305c2773236a696f85e88b94e2cec commit: 8623eed52d39d90a4340cc60dd61c8e04183af1b Author: Sam James gentoo org> AuthorDate: Sun Mar 5 14:35:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 5 14:36:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8623eed5 net-libs/xdp-tools: needs grep[pcre] for -P in configure Closes: https://bugs.gentoo.org/899686 Signed-off-by: Sam James gentoo.org> net-libs/xdp-tools/xdp-tools-1.3.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-libs/xdp-tools/xdp-tools-1.3.1.ebuild b/net-libs/xdp-tools/xdp-tools-1.3.1.ebuild index e4761fe80cbc..99a0ac49879d 100644 --- a/net-libs/xdp-tools/xdp-tools-1.3.1.ebuild +++ b/net-libs/xdp-tools/xdp-tools-1.3.1.ebuild @@ -20,7 +20,10 @@ DEPEND=" virtual/libelf " RDEPEND="${DEPEND}" -BDEPEND=">=sys-devel/clang-11.0.0" +BDEPEND=" + sys-apps/grep[pcre] + >=sys-devel/clang-11.0.0 +" # Not prebuilt -- we build them -- but they're not ordinary ELF objects either. QA_PREBUILT="usr/lib/bpf/*.o"