Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gmxapi/
Date: Sun, 29 Dec 2019 13:23:28
Message-Id: 1577625775.e46f3fc6135310208cd58b9d33dd4b9371d13715.asturm@gentoo
1 commit: e46f3fc6135310208cd58b9d33dd4b9371d13715
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:44:35 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46f3fc6
7
8 sci-chemistry/gmxapi: Drop python2_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild b/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild
17 index f27d423c9d2..6df827220ef 100644
18 --- a/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild
19 +++ b/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 MAKE_MAKEFILE_GENERATOR="ninja"
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
25 +PYTHON_COMPAT=( python3_{5,6,7} )
26
27 inherit cmake-utils python-r1