commit: ebcf27c52f3771f26f26febd26d368eb7519c3ef
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 07:31:52 2019 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 07:32:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcf27c5
dev-libs/hyperscan: Fix pkgcheck warning
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.1.ebuild | 4 ++--
dev-libs/hyperscan/hyperscan-5.2.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
index 7d40d8fff80..100dba02f5a 100644
--- a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
net-libs/libpcap"
DEPEND="${RDEPEND}"
-REQUIRED_USE="cpu_flags_x86_ssse3"
+REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}"
src_configure() {
local mycmakeargs=(
diff --git a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
index 7d40d8fff80..100dba02f5a 100644
--- a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
net-libs/libpcap"
DEPEND="${RDEPEND}"
-REQUIRED_USE="cpu_flags_x86_ssse3"
+REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}"
src_configure() {
local mycmakeargs=(