From 85c641360da2d529770a1b7fcb73dee75a42abf2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 16 Jan 2020 06:40:54 +0100 Subject: [PATCH] dev-db/pgcli: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-db/pgcli/pgcli-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.26.2