Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_activity/
Date: Wed, 26 Feb 2020 14:09:23
Message-Id: 1582726158.f7e095676ec7d3f728ac8a4995918ff4d0375082.ago@gentoo
1 commit: f7e095676ec7d3f728ac8a4995918ff4d0375082
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 14:09:04 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 14:09:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e09567
7
8 dev-db/pg_activity: add python3 targets, remove python2
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 dev-db/pg_activity/pg_activity-1.5.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/pg_activity/pg_activity-1.5.0.ebuild b/dev-db/pg_activity/pg_activity-1.5.0.ebuild
17 index bbd8162ba05..2868663364f 100644
18 --- a/dev-db/pg_activity/pg_activity-1.5.0.ebuild
19 +++ b/dev-db/pg_activity/pg_activity-1.5.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="7"
24 -PYTHON_COMPAT=( python2_7 )
25 +PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
26
27 inherit distutils-r1