commit:     8623eed52d39d90a4340cc60dd61c8e04183af1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 14:35:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"

Reply via email to