diff options
author | 2022-05-08 17:02:16 +0800 | |
---|---|---|
committer | 2022-05-08 17:02:16 +0800 | |
commit | 6d0c15ef8edfb9a5abcc18d647b7dc3e74a10c1c (patch) | |
tree | e4bccdbb78360ed735543e9fcb4ab200d8bae625 /dev-lang/python | |
parent | sys-libs/ncurses: forward ~loong (diff) | |
download | gentoo-6d0c15ef8edfb9a5abcc18d647b7dc3e74a10c1c.tar.gz gentoo-6d0c15ef8edfb9a5abcc18d647b7dc3e74a10c1c.tar.bz2 gentoo-6d0c15ef8edfb9a5abcc18d647b7dc3e74a10c1c.zip |
dev-lang/python: keyword 3.11.0_beta1 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-3.11.0_beta1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.11.0_beta1.ebuild b/dev-lang/python/python-3.11.0_beta1.ebuild index b0626888e6bf..856edae9f10c 100644 --- a/dev-lang/python/python-3.11.0_beta1.ebuild +++ b/dev-lang/python/python-3.11.0_beta1.ebuild @@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="bluetooth build examples gdbm hardened libedit lto +ncurses pgo +readline +sqlite +ssl test tk wininst" RESTRICT="!test? ( test )" |