summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-11 10:55:49 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-11 10:58:12 +0100
commit47a348c9e23222b29e33c89e73e282b88c6cdc7f (patch)
tree17588b44643781c9ded456bdb1e809af9cbfa125 /dev-python/pefile
parentdev-python/simplejson: Stabilize 3.18.3 hppa, #900833 (diff)
downloadgentoo-47a348c9e23222b29e33c89e73e282b88c6cdc7f.tar.gz
gentoo-47a348c9e23222b29e33c89e73e282b88c6cdc7f.tar.bz2
gentoo-47a348c9e23222b29e33c89e73e282b88c6cdc7f.zip
dev-python/pefile: Forward-port ~arm ~arm64 keywords
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r--dev-python/pefile/pefile-2023.2.7.ebuild2
-rw-r--r--dev-python/pefile/pefile-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pefile/pefile-2023.2.7.ebuild b/dev-python/pefile/pefile-2023.2.7.ebuild
index cd81659caaa6..1b9514683746 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 ~arm ~arm64 x86"
fi
LICENSE="MIT"
diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild
index 845b25ecea0f..1b9514683746 100644
--- a/dev-python/pefile/pefile-9999.ebuild
+++ b/dev-python/pefile/pefile-9999.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 ~arm ~arm64 x86"
fi
LICENSE="MIT"