summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2022-05-21 08:11:04 +0200
committerKeri Harris <keri@gentoo.org>2022-05-21 08:11:04 +0200
commit95a7fcd14cafcf2df3ab90bfde676f32ed345313 (patch)
treeafc4a351f6b6956cd794c4b944fd78689e9ebc73 /dev-lang/yap
parentdev-lang/qu-prolog: support python 3.10 + 3.11 (diff)
downloadgentoo-95a7fcd14cafcf2df3ab90bfde676f32ed345313.tar.gz
gentoo-95a7fcd14cafcf2df3ab90bfde676f32ed345313.tar.bz2
gentoo-95a7fcd14cafcf2df3ab90bfde676f32ed345313.zip
dev-lang/yap: support python 3.10 + 3.11
Closes: https://bugs.gentoo.org/845651 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Keri Harris <keri@gentoo.org>
Diffstat (limited to 'dev-lang/yap')
-rw-r--r--dev-lang/yap/yap-7.0.1.ebuild2
-rw-r--r--dev-lang/yap/yap-7.1.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yap/yap-7.0.1.ebuild b/dev-lang/yap/yap-7.0.1.ebuild
index dd3ad5fba721..fbb2e1d54c02 100644
--- a/dev-lang/yap/yap-7.0.1.ebuild
+++ b/dev-lang/yap/yap-7.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PV_COMMIT=5bebd8e3aae655690ddf33dfb32289766910fa25
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake flag-o-matic python-single-r1
diff --git a/dev-lang/yap/yap-7.1.0.ebuild b/dev-lang/yap/yap-7.1.0.ebuild
index f86b8754434a..d0e15c3e0bc1 100644
--- a/dev-lang/yap/yap-7.1.0.ebuild
+++ b/dev-lang/yap/yap-7.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PV_COMMIT=77bb2ba5eadfb95b67abccd22b298cfb75dd3328
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake flag-o-matic python-single-r1