diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-06-08 09:39:29 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-06-08 10:12:08 +0200 |
commit | 180d9c2f897936d0ca6f4b123ae244f1248f7f54 (patch) | |
tree | d99a974cd4152d1b834f287c90a998ca3b54432e /dev-tex | |
parent | www-client/vivaldi-snapshot: Drop old 5.3.2679.25 (diff) | |
download | gentoo-180d9c2f897936d0ca6f4b123ae244f1248f7f54.tar.gz gentoo-180d9c2f897936d0ca6f4b123ae244f1248f7f54.tar.bz2 gentoo-180d9c2f897936d0ca6f4b123ae244f1248f7f54.zip |
dev-tex/rubber: mark Python 3.10 compatible
Closes: https://bugs.gentoo.org/845918
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-tex')
-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 |