diff options
-rw-r--r-- | dev-tex/rubber/rubber-1.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/rubber/rubber-1.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/rubber/rubber-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-tex/rubber/rubber-1.5.1-r1.ebuild b/dev-tex/rubber/rubber-1.5.1-r1.ebuild index 493309ed1988..b068a6d82488 100644 --- a/dev-tex/rubber/rubber-1.5.1-r1.ebuild +++ b/dev-tex/rubber/rubber-1.5.1-r1.ebuild @@ -1,8 +1,8 @@ -# 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_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 diff --git a/dev-tex/rubber/rubber-1.6.0-r1.ebuild b/dev-tex/rubber/rubber-1.6.0-r1.ebuild index 8e347ad2e6ff..f732807796ae 100644 --- a/dev-tex/rubber/rubber-1.6.0-r1.ebuild +++ b/dev-tex/rubber/rubber-1.6.0-r1.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_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1 diff --git a/dev-tex/rubber/rubber-9999.ebuild b/dev-tex/rubber/rubber-9999.ebuild index 6b9af3a94439..c6d24756767d 100644 --- a/dev-tex/rubber/rubber-9999.ebuild +++ b/dev-tex/rubber/rubber-9999.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_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1 |