From a9c3b32aeea74d87f5a12a7a24bce660878ac14f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 12 Aug 2019 21:41:48 +0200 Subject: [PATCH] dev-libs/hyperscan: Add missing PYTHON_REQUIRED_USE MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/hyperscan/hyperscan-5.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild index ce2fc792b977..b73f317040a3 100644 --- a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild @@ -25,7 +25,8 @@ RDEPEND=" DEPEND="${RDEPEND}" -REQUIRED_USE="cpu_flags_x86_ssse3" +REQUIRED_USE="cpu_flags_x86_ssse3 + ${PYTHON_REQUIRED_USE}" src_configure() { local mycmakeargs=( -- 2.26.2