From: Pacho Ramos Date: Wed, 27 Jun 2018 20:31:20 +0000 (+0200) Subject: dev-db/pgadmin4: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ddf4fd6ee59ea9bd0f87eaf0aedaf99f742a9cca;p=gentoo.git dev-db/pgadmin4: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/dev-db/pgadmin4/pgadmin4-3.0.ebuild b/dev-db/pgadmin4/pgadmin4-3.0.ebuild index b2c30c39216c..a9475032b601 100644 --- a/dev-db/pgadmin4/pgadmin4-3.0.ebuild +++ b/dev-db/pgadmin4/pgadmin4-3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="sqlite" inherit python-single-r1 qmake-utils