summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-09-14 15:12:12 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-09-14 15:12:12 +0300
commit90970a5f2ca513231db073d6cfc9994558d0895f (patch)
tree58dd96c79a045740965ec426e9b72f9056044f03 /dev-python/pefile
parentdev-python/pyfuse3: Stabilize 3.4.0 arm64, #939651 (diff)
downloadgentoo-90970a5f2ca513231db073d6cfc9994558d0895f.tar.gz
gentoo-90970a5f2ca513231db073d6cfc9994558d0895f.tar.bz2
gentoo-90970a5f2ca513231db073d6cfc9994558d0895f.zip
dev-python/pefile: Stabilize 2024.8.26 ppc, #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.ebuild2
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 767d89679604..03a4db0b63f8 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"