diff options
author | Florian Schmaus <flo@geekplace.eu> | 2021-06-02 16:21:42 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-08 07:10:39 +0000 |
commit | 57801817f5c91dc518de4e176ab72bb4a89c6ca2 (patch) | |
tree | 8ecbcfe696abc38bb93b9827b5f4c04454c96449 /dev-tex | |
parent | app-emulation/libguestfs-appliance: port old to EAPI 7 (diff) | |
download | gentoo-57801817f5c91dc518de4e176ab72bb4a89c6ca2.tar.gz gentoo-57801817f5c91dc518de4e176ab72bb4a89c6ca2.tar.bz2 gentoo-57801817f5c91dc518de4e176ab72bb4a89c6ca2.zip |
dev-tex/rubber: declare Python 3.9 compatibility in 1.5.1
I did some rudiementary testing with Rubber 1.5.1 and Python 3.9. This
combination was able to compile all presented .tex files. I am also
not aware of anything that causes Rubber 1.5/1.6 to be incompatible
with Python 3.9.
So, instead of stabilizing Rubber 1.6.1-alpha1 (bug #793332), sam and
I decided to have rubber 1.5.1 declare Python 3.9 support.
Bug: https://bugs.gentoo.org/793332
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
Closes: https://github.com/gentoo/gentoo/pull/21117
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/rubber/rubber-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/rubber/rubber-1.5.1.ebuild b/dev-tex/rubber/rubber-1.5.1.ebuild index 726374a9f4b1..6c5ce209d658 100644 --- a/dev-tex/rubber/rubber-1.5.1.ebuild +++ b/dev-tex/rubber/rubber-1.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |