commit: 211b4ad2a2699dac8dd8765323e23dfc7fab286e
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 12:07:25 2019 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 14:35:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211b4ad2
dev-libs/hyperscan: Fix EAPI + BDEPS
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
dev-libs/hyperscan/hyperscan-5.1.0.ebuild | 2 +-
dev-libs/hyperscan/hyperscan-5.1.1.ebuild | 4 ++--
dev-libs/hyperscan/hyperscan-5.2.0.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
index b73f317040a..8cecb0a904a 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}"
diff --git a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
index 7a0a28063f9..6e6970b8c42 100644
--- a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 )
@@ -20,7 +20,7 @@ RDEPEND="${PYTHON_DEPS}
dev-util/ragel
dev-libs/boost
net-libs/libpcap"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}"
diff --git a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
index 7a0a28063f9..6e6970b8c42 100644
--- a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 )
@@ -20,7 +20,7 @@ RDEPEND="${PYTHON_DEPS}
dev-util/ragel
dev-libs/boost
net-libs/libpcap"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}"