diff options
Diffstat (limited to 'dev-python/yara-python/yara-python-4.5.5.ebuild')
| -rw-r--r-- | dev-python/yara-python/yara-python-4.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/yara-python/yara-python-4.5.5.ebuild b/dev-python/yara-python/yara-python-4.5.5.ebuild index 262b79af8c48..e0e427b9904f 100644 --- a/dev-python/yara-python/yara-python-4.5.5.ebuild +++ b/dev-python/yara-python/yara-python-4.5.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 DESCRIPTION="Python interface for a malware identification and classification tool" @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/VirusTotal/yara-python.git" else SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi LICENSE="Apache-2.0" |
