diff options
author | 2024-09-14 15:35:10 +0300 | |
---|---|---|
committer | 2024-09-14 15:35:10 +0300 | |
commit | 2f3088532a70fb31077351ec259ecfa56c62e349 (patch) | |
tree | abe377e827ff54f16366a22e83628bd035e9620f /dev-python/pefile | |
parent | dev-python/flask-cors: Stabilize 5.0.0 ALLARCHES, #939613 (diff) | |
download | gentoo-2f3088532a70fb31077351ec259ecfa56c62e349.tar.gz gentoo-2f3088532a70fb31077351ec259ecfa56c62e349.tar.bz2 gentoo-2f3088532a70fb31077351ec259ecfa56c62e349.zip |
dev-python/pefile: Stabilize 2024.8.26 arm64, #939621
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r-- | dev-python/pefile/pefile-2024.8.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pefile/pefile-2024.8.26.ebuild b/dev-python/pefile/pefile-2024.8.26.ebuild index 03a4db0b63f8..f2c9837fbc72 100644 --- a/dev-python/pefile/pefile-2024.8.26.ebuild +++ b/dev-python/pefile/pefile-2024.8.26.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 -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |