summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2019-10-08 15:07:25 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2019-10-08 17:35:26 +0300
commit211b4ad2a2699dac8dd8765323e23dfc7fab286e (patch)
tree82a689e1cbf835976fe16b68747d0f7231a7103f /dev-libs/hyperscan/hyperscan-5.1.0.ebuild
parentdev-libs/hyperscan: Fix build for gcc9.x (diff)
downloadgentoo-211b4ad2a2699dac8dd8765323e23dfc7fab286e.tar.gz
gentoo-211b4ad2a2699dac8dd8765323e23dfc7fab286e.tar.bz2
gentoo-211b4ad2a2699dac8dd8765323e23dfc7fab286e.zip
dev-libs/hyperscan: Fix EAPI + BDEPS
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-libs/hyperscan/hyperscan-5.1.0.ebuild')
-rw-r--r--dev-libs/hyperscan/hyperscan-5.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
index b73f317040a3..8cecb0a904af 100644
--- a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
>=dev-libs/boost-1.57:=
net-libs/libpcap"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
REQUIRED_USE="cpu_flags_x86_ssse3
${PYTHON_REQUIRED_USE}"