summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Zuber <a.zuber@gmx.ch>2020-09-21 12:03:33 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-10-06 11:14:51 +0300
commit764fecb8d8b0917c92841d8162e53d16a503795e (patch)
tree324113f8daa6c8c7cef5ae70625a98d9fadc9743
parentnet-misc/seafile-client: adding myself to maintainers (diff)
downloadgentoo-764fecb8d8b0917c92841d8162e53d16a503795e.tar.gz
gentoo-764fecb8d8b0917c92841d8162e53d16a503795e.tar.bz2
gentoo-764fecb8d8b0917c92841d8162e53d16a503795e.zip
dev-python/logbook: python3_9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/17623 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-python/logbook/logbook-1.5.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/logbook/logbook-1.5.3.ebuild b/dev-python/logbook/logbook-1.5.3.ebuild
index 6c33aa07cf44..edbda3098679 100644
--- a/dev-python/logbook/logbook-1.5.3.ebuild
+++ b/dev-python/logbook/logbook-1.5.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1