commit: 757ef6b95572d6b8cf4f802ca71f40463741496c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 22:50:40 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 22:50:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757ef6b9
dev-python/booleanOperations: Support python 3.7
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-python/booleanOperations/booleanOperations-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild
b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild
index 3f2387ff878..95c955d5318 100644
--- a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild
+++ b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Boolean operations on paths"