diff options
author | Sam James <sam@gentoo.org> | 2021-08-01 06:18:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-01 06:18:57 +0100 |
commit | d4ff5e18adfab6368297b34347ecc91caf0425e9 (patch) | |
tree | f79a602c17971e5c7abce7eb944b4a0c6a641bec /dev-lang/python-exec | |
parent | dev-lang/python-exec: Stabilize 2.4.8 amd64, #805473 (diff) | |
download | gentoo-d4ff5e18adfab6368297b34347ecc91caf0425e9.tar.gz gentoo-d4ff5e18adfab6368297b34347ecc91caf0425e9.tar.bz2 gentoo-d4ff5e18adfab6368297b34347ecc91caf0425e9.zip |
dev-lang/python-exec: Stabilize 2.4.8 x86, #805473
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python-exec')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.4.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.4.8.ebuild b/dev-lang/python-exec/python-exec-2.4.8.ebuild index 499a0a243b77..df1a4748b3ff 100644 --- a/dev-lang/python-exec/python-exec-2.4.8.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.8.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 ~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 ~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 )" |