diff options
author | Sam James <sam@gentoo.org> | 2020-12-02 19:11:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-02 19:11:45 +0000 |
commit | 83bafdf28bf024934da2f4bd228b4fa24a88206f (patch) | |
tree | c5ea0337f202076f3232e41585d44b20d86da2a6 /dev-db | |
parent | sys-apps/dbus: add Python 3.8, Python 3.9 (diff) | |
download | gentoo-83bafdf28bf024934da2f4bd228b4fa24a88206f.tar.gz gentoo-83bafdf28bf024934da2f4bd228b4fa24a88206f.tar.bz2 gentoo-83bafdf28bf024934da2f4bd228b4fa24a88206f.zip |
dev-db/postgresql: add Python 3.8, 3.9 to 9999
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 9b9884bf901e..94e83ea608fc 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic git-r3 linux-info multilib pam prefix python-single-r1 \ systemd |