mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-libs/hyperscan: Fix EAPI + BDEPS
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user