From: Michał Górny Date: Thu, 16 Jan 2020 05:40:54 +0000 (+0100) Subject: dev-db/pgcli: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=85c641360da2d529770a1b7fcb73dee75a42abf2;p=gentoo.git dev-db/pgcli: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-db/pgcli/pgcli-2.0.2.ebuild b/dev-db/pgcli/pgcli-2.0.2.ebuild index 3e2a37d160bd..efae77fb995d 100644 --- a/dev-db/pgcli/pgcli-2.0.2.ebuild +++ b/dev-db/pgcli/pgcli-2.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting"