diff options
author | 2021-07-04 06:04:32 +0000 | |
---|---|---|
committer | 2021-07-04 06:04:42 +0000 | |
commit | 251a8195fe8aa0e800452d40c4bc2016f652b836 (patch) | |
tree | 7e16d2a1403f746fbbe04ecac1f97d9b094bea78 /dev-db/postgresql/postgresql-12.7.ebuild | |
parent | dev-ruby/rspec-core: cleanup (diff) | |
download | gentoo-251a8195fe8aa0e800452d40c4bc2016f652b836.tar.gz gentoo-251a8195fe8aa0e800452d40c4bc2016f652b836.tar.bz2 gentoo-251a8195fe8aa0e800452d40c4bc2016f652b836.zip |
dev-db/postgresql: Support python3_10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-12.7.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-12.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-12.7.ebuild b/dev-db/postgresql/postgresql-12.7.ebuild index 3cef36cbe595..c6cea755c817 100644 --- a/dev-db/postgresql/postgresql-12.7.ebuild +++ b/dev-db/postgresql/postgresql-12.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles |