projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a80ed9
)
dev-db/pg_activity: add python3 targets, remove python2
author
Agostino Sarubbo
<ago@gentoo.org>
Wed, 26 Feb 2020 14:09:04 +0000
(15:09 +0100)
committer
Agostino 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
patch
|
blob
|
history
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 bbd8162ba05af5c9757b3f2cd9f064bffea95e46..2868663364ff4940dda0b562706e048c69a45d93 100644
(file)
--- 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=( python
2_7
)
+PYTHON_COMPAT=( python
3_6 python3_7 python3_8
)
inherit distutils-r1