Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/minfx/
Date: Sun, 02 Aug 2020 12:03:06
Message-Id: 1596369774.61877a3b5b91dd950cd50487dcb8df2baeb024dd.mgorny@gentoo
1 commit: 61877a3b5b91dd950cd50487dcb8df2baeb024dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 11:56:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:02:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61877a3b
7
8 sci-libs/minfx: Remove py2.7 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/minfx/minfx-1.0.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/minfx/minfx-1.0.11.ebuild b/sci-libs/minfx/minfx-1.0.11.ebuild
16 index 00c79c67cad..af544263d47 100644
17 --- a/sci-libs/minfx/minfx-1.0.11.ebuild
18 +++ b/sci-libs/minfx/minfx-1.0.11.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit distutils-r1