mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
*/*: disable py3.10 and pypy3
Python 3.10 / PyPy 3.10 targets were disabled on the 1st of May.
Finishes bb0aae8ad3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
USE_MPV="rdepend"
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{11..12} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit mpv-plugin python-single-r1
|
||||
|
||||
COMMIT="6743bd47d4cfce3ae3d5dd4f587f3193bd4fb9b2"
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
USE_MPV="rdepend"
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{11..12} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit mpv-plugin python-single-r1
|
||||
|
||||
COMMIT="248d108c1280e05de551c42867aebb72cf0c83b9"
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
USE_MPV="rdepend"
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{11..12} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit mpv-plugin python-single-r1
|
||||
|
||||
COMMIT="7785c1477103f2fafabfd65fdcf28ef26e6d7f0d"
|
||||
|
||||
Reference in New Issue
Block a user