diff options
author | Keri Harris <keri@gentoo.org> | 2022-05-21 08:02:43 +0200 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2022-05-21 08:02:43 +0200 |
commit | 3786c783256be0ed53f5a5f7c3749845805a8376 (patch) | |
tree | 0f044661176f9d32a1bcb414f78a30039ca02c8b /dev-lang/qu-prolog/qu-prolog-10.6.ebuild | |
parent | app-emulation/wine-staging: don't pull toolchain with USE=-mingw (diff) | |
download | gentoo-3786c783256be0ed53f5a5f7c3749845805a8376.tar.gz gentoo-3786c783256be0ed53f5a5f7c3749845805a8376.tar.bz2 gentoo-3786c783256be0ed53f5a5f7c3749845805a8376.zip |
dev-lang/qu-prolog: support python 3.10 + 3.11
Closes: https://bugs.gentoo.org/845648
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Keri Harris <keri@gentoo.org>
Diffstat (limited to 'dev-lang/qu-prolog/qu-prolog-10.6.ebuild')
-rw-r--r-- | dev-lang/qu-prolog/qu-prolog-10.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/qu-prolog/qu-prolog-10.6.ebuild b/dev-lang/qu-prolog/qu-prolog-10.6.ebuild index 2cbbe5135522..a805e8388a22 100644 --- a/dev-lang/qu-prolog/qu-prolog-10.6.ebuild +++ b/dev-lang/qu-prolog/qu-prolog-10.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..11} ) inherit autotools multilib python-any-r1 qmake-utils |