diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-10-07 10:31:52 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-10-07 10:32:14 +0300 |
commit | ebcf27c52f3771f26f26febd26d368eb7519c3ef (patch) | |
tree | b7ff000ed4cf2f3d6b6c23a5fce83e7f603fe963 /dev-libs/hyperscan | |
parent | sys-apps/cracklib-words: s390 stable wrt bug #696350 (diff) | |
download | gentoo-ebcf27c52f3771f26f26febd26d368eb7519c3ef.tar.gz gentoo-ebcf27c52f3771f26f26febd26d368eb7519c3ef.tar.bz2 gentoo-ebcf27c52f3771f26f26febd26d368eb7519c3ef.zip |
dev-libs/hyperscan: Fix pkgcheck warning
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-libs/hyperscan')
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.1.1.ebuild | 4 | ||||
-rw-r--r-- | 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=( |