diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 21:03:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 21:03:06 +0200 |
commit | 3e9cfe865322023f73e03c0c36b4bb98e9dcfe71 (patch) | |
tree | 41e24c04e842f36a38edfd8ad1c1ac4c7023f422 /dev-lang/python-exec | |
parent | dev-util/cargo-c: Stabilize 0.9.14 amd64, #886899 (diff) | |
download | gentoo-3e9cfe865322023f73e03c0c36b4bb98e9dcfe71.tar.gz gentoo-3e9cfe865322023f73e03c0c36b4bb98e9dcfe71.tar.bz2 gentoo-3e9cfe865322023f73e03c0c36b4bb98e9dcfe71.zip |
dev-lang/python-exec: Stabilize 2.4.10 ppc64, #887011
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/python-exec')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.4.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.4.10.ebuild b/dev-lang/python-exec/python-exec-2.4.10.ebuild index 32f09f29f3fe..13278ff4fab1 100644 --- a/dev-lang/python-exec/python-exec-2.4.10.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.10.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/projg2/python-exec/releases/download/v${PV}/${P}.tar LICENSE="BSD-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Internal Python project hack. Do not copy it. Ever. IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test" RESTRICT="!test? ( test )" |