summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2024-08-27 22:59:30 +0200
committerSam James <sam@gentoo.org>2024-08-29 04:22:03 +0100
commit41b355fb74583b33b1a11cdae60aaf178442751d (patch)
treec9fbcecd171ca3bfa732648eef8502fd891392c0 /dev-python/pefile
parentdev-python/pefile: add 2024.8.26 (diff)
downloadgentoo-41b355fb74583b33b1a11cdae60aaf178442751d.tar.gz
gentoo-41b355fb74583b33b1a11cdae60aaf178442751d.tar.bz2
gentoo-41b355fb74583b33b1a11cdae60aaf178442751d.zip
dev-python/pefile: sync live
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/38309 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r--dev-python/pefile/pefile-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild
index 0c98bc8157ef..3eecccc699f3 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 ~arm ~arm64 ~loong ~riscv x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
@@ -24,3 +24,4 @@ SLOT="0"
# Unfortunately there is nothing we can test here. Upstream doesn't ship a test
# suite inside the release files. The test fixtures in the source repo is
# encrypted so that only their CI pipeline is able to run the tests.
+RESTRICT="test"