commit: 41b355fb74583b33b1a11cdae60aaf178442751d Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Tue Aug 27 20:59:30 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 03:22:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b355fb
dev-python/pefile: sync live Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/38309 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pefile/pefile-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"
