diff options
author | 2022-04-25 10:32:15 +0800 | |
---|---|---|
committer | 2022-04-29 09:57:34 +0800 | |
commit | 14e584b2bae66fdf9585a1ae904d681845ee3fb8 (patch) | |
tree | 76cd184eabeb44421ee92b34ab403302be2b72dc /dev-lang | |
parent | dev-libs/expat: keyword 2.4.8 for ~loong (diff) | |
download | gentoo-14e584b2bae66fdf9585a1ae904d681845ee3fb8.tar.gz gentoo-14e584b2bae66fdf9585a1ae904d681845ee3fb8.tar.bz2 gentoo-14e584b2bae66fdf9585a1ae904d681845ee3fb8.zip |
dev-lang/python-exec: keyword 2.4.8 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 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 39e408c14896..7cab7a668f31 100644 --- a/dev-lang/python-exec/python-exec-2.4.8.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~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 )" |