commit: 6a0279dd0a1ad3f74822dbec907dcf759bbbe507
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 13:28:05 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 13:28:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0279dd
dev-python/yara-python: Stabilize 4.5.1 x86, #947439
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/yara-python/yara-python-4.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/yara-python/yara-python-4.5.1.ebuild
b/dev-python/yara-python/yara-python-4.5.1.ebuild
index 8d9384a3f704..83ec534b1250 100644
--- a/dev-python/yara-python/yara-python-4.5.1.ebuild
+++ b/dev-python/yara-python/yara-python-4.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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"