diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-26 15:09:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-26 15:09:18 +0100 |
commit | f7e095676ec7d3f728ac8a4995918ff4d0375082 (patch) | |
tree | 05143f82dbbf8bf977b0d816c4b16e47f81ec85b /dev-db/pg_activity | |
parent | dev-util/dejagnu: bump up to 1.6.2 (diff) | |
download | gentoo-f7e095676ec7d3f728ac8a4995918ff4d0375082.tar.gz gentoo-f7e095676ec7d3f728ac8a4995918ff4d0375082.tar.bz2 gentoo-f7e095676ec7d3f728ac8a4995918ff4d0375082.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db/pg_activity')
-rw-r--r-- | dev-db/pg_activity/pg_activity-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |