summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-28 09:44:23 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-28 09:44:23 +0200
commit3a6f9b3f1ce87675c4c3ab518649292fb1cdad0a (patch)
tree24a51ff031f993222c0f39195dfd92cb37c15b17 /dev-python/pefile
parentdev-python/snakeoil: Stabilize 0.10.5 ALLARCHES, #892357 (diff)
downloadgentoo-3a6f9b3f1ce87675c4c3ab518649292fb1cdad0a.tar.gz
gentoo-3a6f9b3f1ce87675c4c3ab518649292fb1cdad0a.tar.bz2
gentoo-3a6f9b3f1ce87675c4c3ab518649292fb1cdad0a.zip
dev-python/pefile: Keyword 2022.5.30-r1 arm64, #892315
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r--dev-python/pefile/pefile-2022.5.30-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"