diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 18:20:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-10 11:19:52 +0100 |
commit | c487d5acd4f2f61f2dc9386f226d2a73ba4eb0c3 (patch) | |
tree | f8153001c20a6406f3b223a3c52e40add8948fe3 /dev-db/pgadmin4 | |
parent | dev-python/sshtunnel: python3_9 (diff) | |
download | gentoo-c487d5acd4f2f61f2dc9386f226d2a73ba4eb0c3.tar.gz gentoo-c487d5acd4f2f61f2dc9386f226d2a73ba4eb0c3.tar.bz2 gentoo-c487d5acd4f2f61f2dc9386f226d2a73ba4eb0c3.zip |
dev-db/pgadmin4: python3_9
Seems to work with >=4.27 already for Arch.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/pgadmin4')
-rw-r--r-- | dev-db/pgadmin4/pgadmin4-4.29.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgadmin4/pgadmin4-4.29.ebuild b/dev-db/pgadmin4/pgadmin4-4.29.ebuild index f795a75bfb27..407c7e2e6dcd 100644 --- a/dev-db/pgadmin4/pgadmin4-4.29.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.29.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_REQ_USE="sqlite" inherit desktop python-single-r1 qmake-utils xdg |