commit: d1610762fffcbf38723ef0887ca206facdc21c84
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu May 28 10:46:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu May 28 10:46:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1610762
dev-python/outcome: add py3_8
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/outcome/outcome-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/outcome/outcome-1.0.1.ebuild
b/dev-python/outcome/outcome-1.0.1.ebuild
index 6a5ecc6..c50b00a 100644
--- a/dev-python/outcome/outcome-1.0.1.ebuild
+++ b/dev-python/outcome/outcome-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1