From f7e095676ec7d3f728ac8a4995918ff4d0375082 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Wed, 26 Feb 2020 15:09:04 +0100 Subject: [PATCH] dev-db/pg_activity: add python3 targets, remove python2 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Agostino Sarubbo --- 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 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 -- 2.26.2