diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 08:23:58 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 10:16:12 +0300 |
commit | 407a11e92593ee16df96c63cd709a5928b853c7b (patch) | |
tree | 72a6fd4956b4fb52dca4c7e4d9dd04ad4db21560 /x11-base | |
parent | x11-libs/libxcb: enable py3.10 (diff) | |
download | gentoo-407a11e92593ee16df96c63cd709a5928b853c7b.tar.gz gentoo-407a11e92593ee16df96c63cd709a5928b853c7b.tar.bz2 gentoo-407a11e92593ee16df96c63cd709a5928b853c7b.zip |
x11-base/xorg-proto: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-2021.5.ebuild | 2 | ||||
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/xorg-proto/xorg-proto-2021.5.ebuild b/x11-base/xorg-proto/xorg-proto-2021.5.ebuild index 3544d1e5d5eb..865b171e534e 100644 --- a/x11-base/xorg-proto/xorg-proto-2021.5.ebuild +++ b/x11-base/xorg-proto/xorg-proto-2021.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}" diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild index 3544d1e5d5eb..865b171e534e 100644 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}" |