diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-11 08:11:24 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-11 08:11:24 +0000 |
commit | c743819c1c53711efa23affec09759f0943121e8 (patch) | |
tree | e46a0eb5a89f5b6f100660ea02eae14ecaf2e037 /dev-python/pefile | |
parent | dev-python/isort: Stabilize 5.12.0 ALLARCHES, #900791 (diff) | |
download | gentoo-c743819c1c53711efa23affec09759f0943121e8.tar.gz gentoo-c743819c1c53711efa23affec09759f0943121e8.tar.bz2 gentoo-c743819c1c53711efa23affec09759f0943121e8.zip |
dev-python/pefile: Stabilize 2023.2.7 amd64, #900807
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r-- | dev-python/pefile/pefile-2023.2.7.ebuild | 2 |
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 845b25ecea0f..35afd4f15d18 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 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="MIT" |