commit: 3a6f9b3f1ce87675c4c3ab518649292fb1cdad0a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 07:44:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 07:44:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6f9b3f
dev-python/pefile: Keyword 2022.5.30-r1 arm64, #892315
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pefile/pefile-2022.5.30-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pefile/pefile-2022.5.30-r1.ebuild
b/dev-python/pefile/pefile-2022.5.30-r1.ebuild
index 0fc43eb862c7..e8ad4af63362 100644
--- a/dev-python/pefile/pefile-2022.5.30-r1.ebuild
+++ b/dev-python/pefile/pefile-2022.5.30-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/erocarrera/pefile/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="MIT"