diff options
author | Sam James <sam@gentoo.org> | 2023-03-05 14:35:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-05 14:36:35 +0000 |
commit | 8623eed52d39d90a4340cc60dd61c8e04183af1b (patch) | |
tree | 59177c1467ed8ff72b58f0650bcf4c97c63018db /net-libs/xdp-tools | |
parent | net-libs/xdp-tools: add bpftool dep (diff) | |
download | gentoo-8623eed52d39d90a4340cc60dd61c8e04183af1b.tar.gz gentoo-8623eed52d39d90a4340cc60dd61c8e04183af1b.tar.bz2 gentoo-8623eed52d39d90a4340cc60dd61c8e04183af1b.zip |
net-libs/xdp-tools: needs grep[pcre] for -P in configure
Closes: https://bugs.gentoo.org/899686
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/xdp-tools')
-rw-r--r-- | net-libs/xdp-tools/xdp-tools-1.3.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |