summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 21:16:04 +0000
committerSam James <sam@gentoo.org>2021-02-27 21:39:19 +0000
commit18911af5f29ed237f1615193d3b7f921f3ee4632 (patch)
tree4bacf678a7f508ee29523bff3b974da496ca1bc0
parentdev-python/webassets: add Python 3.9 (diff)
downloadgentoo-18911af5.tar.gz
gentoo-18911af5.tar.bz2
gentoo-18911af5.zip
dev-python/whichcraft: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/whichcraft/whichcraft-0.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/whichcraft/whichcraft-0.6.1.ebuild b/dev-python/whichcraft/whichcraft-0.6.1.ebuild
index 3d2307f84141..b2ec3df20692 100644
--- a/dev-python/whichcraft/whichcraft-0.6.1.ebuild
+++ b/dev-python/whichcraft/whichcraft-0.6.1.ebuild
@@ -1,9 +1,9 @@
-# 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