From ebcf27c52f3771f26f26febd26d368eb7519c3ef Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Mon, 7 Oct 2019 10:31:52 +0300 Subject: [PATCH] dev-libs/hyperscan: Fix pkgcheck warning Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov --- 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 7d40d8fff80f..100dba02f5a4 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 7d40d8fff80f..100dba02f5a4 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=( -- 2.26.2