commit: 803095d960bb565493b5e4d31909cb5b7a114e7e
Author: John Helmert III <jchelmertt3 <AT> gmail <DOT> com>
AuthorDate: Sat May 2 04:24:45 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 5 11:50:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803095d9
dev-python/args: Add python3_8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: John Helmert III <jchelmertt3 <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/args/args-0.1.0-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/args/args-0.1.0-r1.ebuild
b/dev-python/args/args-0.1.0-r1.ebuild
index 318e56324a5..04f5875479e 100644
--- a/dev-python/args/args-0.1.0-r1.ebuild
+++ b/dev-python/args/args-0.1.0-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1