commit: ae36b4b117dfed9f63a98124533ea0d9edf3948c
Author: Andrew Udvare <audvare <AT> gmail <DOT> com>
AuthorDate: Fri May 1 22:45:50 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat May 2 04:30:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae36b4b1
dev-python/voluptuous: add python3_8 to PYTHON_COMPAT
Signed-off-by: Andrew Udvare <audvare <AT> gmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
.../{voluptuous-0.11.1.ebuild => voluptuous-0.11.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/voluptuous/voluptuous-0.11.1.ebuild
b/dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild
similarity index 92%
rename from dev-python/voluptuous/voluptuous-0.11.1.ebuild
rename to dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild
index f4517ddae71..7cdce4236c2 100644
--- a/dev-python/voluptuous/voluptuous-0.11.1.ebuild
+++ b/dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit distutils-r1