remove py3.8

This commit is contained in:
Robert Förster 2023-01-18 10:41:48 +01:00
parent 9a19ffcbdb
commit ff8a2ebf63
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=(python3_{8..11} )
PYTHON_COMPAT=(python3_{9..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
if [[ ${PV} == 9999* ]]; then

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=(python3_{8..11} )
PYTHON_COMPAT=(python3_{9..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
if [[ ${PV} == 9999* ]]; then

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{9..11} )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby31"

View File

@ -4,7 +4,7 @@
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_9 )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python{3_8,3_9,3_10} )
PYTHON_COMPAT=( python{3_9,3_10} )
inherit autotools fcaps linux-info python-single-r1 systemd toolchain-funcs

View File

@ -4,7 +4,7 @@
EAPI=7
LUA_COMPAT=( lua5-{1..2} luajit )
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
inherit flag-o-matic lua-single python-any-r1 scons-utils toolchain-funcs

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-single-r1

View File

@ -6,7 +6,7 @@ EAPI=8
PLOCALES="ca de es fr ja ko pt_BR ru sv tr uk"
PLOCALES_BIN="${PLOCALES} bg cs eu fi hu id it ka nb nl pl pt tg zh_TW zh_CN"
PLOCALE_BACKUP="sv"
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sssd.asc
inherit autotools linux-info multilib-minimal optfeature plocale \