Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/
Date: Sat, 14 Sep 2019 22:51:17
Message-Id: 1568501440.757ef6b95572d6b8cf4f802ca71f40463741496c.pacho@gentoo
1 commit: 757ef6b95572d6b8cf4f802ca71f40463741496c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 22:50:40 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 22:50:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757ef6b9
7
8 dev-python/booleanOperations: Support python 3.7
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/booleanOperations/booleanOperations-0.8.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild
17 index 3f2387ff878..95c955d5318 100644
18 --- a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild
19 +++ b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_6 )
25 +PYTHON_COMPAT=( python2_7 python3_{6,7} )
26 inherit distutils-r1
27
28 DESCRIPTION="Boolean operations on paths"