projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e07b4
)
dev-db/pgxnclient: Remove py2.7 where possible
author
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 13:13:38 +0000
(15:13 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 13:18:16 +0000
(15:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
index 3ab85dc3dcf86aa8b74ec5e979fbc93e69ad8bc5..7a21cde057ad07795d1c736f3741c80de9f785b1 100644
(file)
--- a/
dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
+++ b/
dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-PYTHON_COMPAT=( python
{2_7,3_6}
)
+PYTHON_COMPAT=( python
3_6
)
inherit distutils-r1