commit: f7e095676ec7d3f728ac8a4995918ff4d0375082 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Wed Feb 26 14:09:04 2020 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Wed Feb 26 14:09:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e09567
dev-db/pg_activity: add python3 targets, remove python2 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> dev-db/pg_activity/pg_activity-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pg_activity/pg_activity-1.5.0.ebuild b/dev-db/pg_activity/pg_activity-1.5.0.ebuild index bbd8162ba05..2868663364f 100644 --- a/dev-db/pg_activity/pg_activity-1.5.0.ebuild +++ b/dev-db/pg_activity/pg_activity-1.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1
