From: Pacho Ramos Date: Sat, 14 Sep 2019 22:50:40 +0000 (+0200) Subject: dev-python/booleanOperations: Support python 3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=757ef6b95572d6b8cf4f802ca71f40463741496c;p=gentoo.git dev-python/booleanOperations: Support python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos --- diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild index 3f2387ff878b..95c955d53180 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"