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-physics/qmeq/
Date: Wed, 02 Sep 2020 09:12:10
Message-Id: 1599037905.004921e4ad2085f0dceb6795b96c648c96b3caea.mgorny@gentoo
1 commit: 004921e4ad2085f0dceb6795b96c648c96b3caea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:34:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 09:11:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004921e4
7
8 sci-physics/qmeq: Remove py3.6 due to ipython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-physics/qmeq/qmeq-1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
16 index f2a11f357f9..9038c029f11 100644
17 --- a/sci-physics/qmeq/qmeq-1.0.ebuild
18 +++ b/sci-physics/qmeq/qmeq-1.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_7 )
25
26 inherit distutils-r1