summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-27 22:31:20 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-27 22:32:47 +0200
commitddf4fd6ee59ea9bd0f87eaf0aedaf99f742a9cca (patch)
tree6c58383c89e6e52aa5697a23621c5ff8d536cff2
parentdev-python/bert: Support python3.6 (diff)
downloadgentoo-ddf4fd6e.tar.gz
gentoo-ddf4fd6e.tar.bz2
gentoo-ddf4fd6e.zip
dev-db/pgadmin4: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r--dev-db/pgadmin4/pgadmin4-3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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