summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2021-02-25 15:03:17 -0800
committerPatrick McLean <chutzpah@gentoo.org>2021-02-25 16:43:02 -0800
commitbc698c5b5921846b75f229a6f842a047e949e1e7 (patch)
treeb2e7c1ef0adbe91f00f33b1c81d3563255c4d6f3
parentdev-libs/pmdk: New package (diff)
downloadgentoo-bc698c5b.tar.gz
gentoo-bc698c5b.tar.bz2
gentoo-bc698c5b.zip
dev-python/logutils-0.3.5: Add py39
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r--dev-python/logutils/logutils-0.3.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild
index 54afb491434a..d64fc314ed74 100644
--- a/dev-python/logutils/logutils-0.3.5.ebuild
+++ b/dev-python/logutils/logutils-0.3.5.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..9} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1