commit: a8b72a3617ac6530651bfd54e74e7c9ec6cece3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 13:13:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 13:18:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b72a36
dev-db/pgxnclient: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-db/pgxnclient/pgxnclient-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
index 3ab85dc3dcf..7a21cde057a 100644
--- 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=( python3_6 )
inherit distutils-r1