commit: 5357b5fcd72ab818a78431855acf54744984383b Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Sep 3 10:42:34 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Sep 3 12:15:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5357b5fc
dev-libs/hyperscan: keyword 5.4.0 for -* No SSSE3 - no hyperscan. See https://intel.github.io/hyperscan/dev-reference/getting_started.html#hardware Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-libs/hyperscan/hyperscan-5.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/hyperscan/hyperscan-5.4.0.ebuild b/dev-libs/hyperscan/hyperscan-5.4.0.ebuild index 9cd4cf02b42..9e3f43300d7 100644 --- a/dev-libs/hyperscan/hyperscan-5.4.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit cmake flag-o-matic python-any-r1 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.hyperscan.io/ https://github.com/intel/hyperscan" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="cpu_flags_x86_avx2 cpu_flags_x86_ssse3 static-libs" RDEPEND="dev-libs/boost:="
