summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-26 23:38:10 +0100
committerSam James <sam@gentoo.org>2023-10-26 23:38:10 +0100
commitec0d293b15ba0514e9349fdbf9fed7131a72c226 (patch)
tree6a800ddec553878e401ddc81766fe61eac97d980 /dev-python/pefile
parentsys-apps/systemd: Stabilize 254.5 ppc64, #916072 (diff)
downloadgentoo-ec0d293b15ba0514e9349fdbf9fed7131a72c226.tar.gz
gentoo-ec0d293b15ba0514e9349fdbf9fed7131a72c226.tar.bz2
gentoo-ec0d293b15ba0514e9349fdbf9fed7131a72c226.zip
dev-python/pefile: Stabilize 2023.2.7 ppc64, #916072
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r--dev-python/pefile/pefile-2023.2.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pefile/pefile-2023.2.7.ebuild b/dev-python/pefile/pefile-2023.2.7.ebuild
index 6d55f8726035..2f55fd3023a6 100644
--- a/dev-python/pefile/pefile-2023.2.7.ebuild
+++ b/dev-python/pefile/pefile-2023.2.7.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 ~riscv x86"
+ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
fi
LICENSE="MIT"