From: Agostino Sarubbo Date: Wed, 26 Feb 2020 14:09:04 +0000 (+0100) Subject: dev-db/pg_activity: add python3 targets, remove python2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f7e095676ec7d3f728ac8a4995918ff4d0375082;p=gentoo.git dev-db/pg_activity: add python3 targets, remove python2 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Agostino Sarubbo --- 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 bbd8162ba05a..2868663364ff 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