diff options
author | Sam James <sam@gentoo.org> | 2022-06-10 01:38:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-10 01:38:08 +0100 |
commit | bb9fae8d0f84ab5153246e5fe47fb7d0638f36ee (patch) | |
tree | 17c6d0942eee18d4899853e9a7c963b733fed5ed /dev-lang/python-exec/python-exec-2.4.9.ebuild | |
parent | media-video/pipewire: add 0.3.52 (diff) | |
download | gentoo-bb9fae8d0f84ab5153246e5fe47fb7d0638f36ee.tar.gz gentoo-bb9fae8d0f84ab5153246e5fe47fb7d0638f36ee.tar.bz2 gentoo-bb9fae8d0f84ab5153246e5fe47fb7d0638f36ee.zip |
dev-lang/python-exec: Stabilize 2.4.9 arm64, #850601
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python-exec/python-exec-2.4.9.ebuild')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.4.9.ebuild b/dev-lang/python-exec/python-exec-2.4.9.ebuild index 30effdda2c82..074198d76491 100644 --- a/dev-lang/python-exec/python-exec-2.4.9.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mgorny/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 )" |