diff options
author | 2023-02-16 22:48:41 +0000 | |
---|---|---|
committer | 2023-02-16 22:48:41 +0000 | |
commit | cabac3b0c557745d966e8574c76d511721fa2911 (patch) | |
tree | 1b2e4034b0d3ab09a5b4283b8fea71ac77adb13b /dev-python/pefile | |
parent | dev-python/pefile: Stabilize 2022.5.30-r1 amd64, #894872 (diff) | |
download | gentoo-cabac3b0c557745d966e8574c76d511721fa2911.tar.gz gentoo-cabac3b0c557745d966e8574c76d511721fa2911.tar.bz2 gentoo-cabac3b0c557745d966e8574c76d511721fa2911.zip |
dev-python/pefile: Stabilize 2022.5.30-r1 x86, #894872
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-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 43448c289278..5729a1d8a0b0 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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="MIT" |