commit:     47a348c9e23222b29e33c89e73e282b88c6cdc7f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 09:55:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 09:58:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a348c9

dev-python/pefile: Forward-port ~arm ~arm64 keywords

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pefile/pefile-2023.2.7.ebuild | 2 +-
 dev-python/pefile/pefile-9999.ebuild     | 2 +-
 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"

Reply via email to