Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
Date: Wed, 06 May 2020 21:16:00
Message-Id: 1588799725.27dc3d72b0f2957cc1646ecc626b08f873682f01.dilfridge@gentoo
1 commit: 27dc3d72b0f2957cc1646ecc626b08f873682f01
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 20:43:29 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 21:15:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dc3d72
7
8 sci-physics/qmeq: Add py37
9
10 Closes: https://bugs.gentoo.org/718506
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sci-physics/qmeq/qmeq-1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
18 index 36c97a4c552..f2a11f357f9 100644
19 --- a/sci-physics/qmeq/qmeq-1.0.ebuild
20 +++ b/sci-physics/qmeq/qmeq-1.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_6 )
26 +PYTHON_COMPAT=( python3_{6,7} )
27
28 inherit distutils-r1