dev-db/pg_activity: add python3 targets, remove python2
authorAgostino Sarubbo <ago@gentoo.org>
Wed, 26 Feb 2020 14:09:04 +0000 (15:09 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Wed, 26 Feb 2020 14:09:18 +0000 (15:09 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
dev-db/pg_activity/pg_activity-1.5.0.ebuild

index bbd8162ba05af5c9757b3f2cd9f064bffea95e46..2868663364ff4940dda0b562706e048c69a45d93 100644 (file)
@@ -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