diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-28 09:44:23 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-28 09:44:23 +0200 |
commit | 3a6f9b3f1ce87675c4c3ab518649292fb1cdad0a (patch) | |
tree | 24a51ff031f993222c0f39195dfd92cb37c15b17 | |
parent | dev-python/snakeoil: Stabilize 0.10.5 ALLARCHES, #892357 (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-python/pefile/pefile-2022.5.30-r1.ebuild | 2 |
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" |