commit:     180d9c2f897936d0ca6f4b123ae244f1248f7f54
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 07:39:29 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 08:12:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180d9c2f

dev-tex/rubber: mark Python 3.10 compatible

Closes: https://bugs.gentoo.org/845918
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-tex/rubber/rubber-1.5.1-r1.ebuild | 4 ++--
 dev-tex/rubber/rubber-1.6.0-r1.ebuild | 4 ++--
 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

Reply via email to