diff options
author | Patrick Lauer <patrick@gentoo.org> | 2021-07-04 06:04:32 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2021-07-04 06:04:42 +0000 |
commit | 251a8195fe8aa0e800452d40c4bc2016f652b836 (patch) | |
tree | 7e16d2a1403f746fbbe04ecac1f97d9b094bea78 /dev-db | |
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')
-rw-r--r-- | dev-db/postgresql/postgresql-10.17.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-11.12.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-12.7.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-13.3.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-14_beta2.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/postgresql/postgresql-10.17.ebuild b/dev-db/postgresql/postgresql-10.17.ebuild index ebe680d69aae..866e2d6f6987 100644 --- a/dev-db/postgresql/postgresql-10.17.ebuild +++ b/dev-db/postgresql/postgresql-10.17.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 diff --git a/dev-db/postgresql/postgresql-11.12.ebuild b/dev-db/postgresql/postgresql-11.12.ebuild index 354f7ceacec8..5a20556a0fe5 100644 --- a/dev-db/postgresql/postgresql-11.12.ebuild +++ b/dev-db/postgresql/postgresql-11.12.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 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 diff --git a/dev-db/postgresql/postgresql-13.3.ebuild b/dev-db/postgresql/postgresql-13.3.ebuild index 209c8ce92e7f..9b8485c9bc0f 100644 --- a/dev-db/postgresql/postgresql-13.3.ebuild +++ b/dev-db/postgresql/postgresql-13.3.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 diff --git a/dev-db/postgresql/postgresql-14_beta2.ebuild b/dev-db/postgresql/postgresql-14_beta2.ebuild index ee8cee5fb648..0ef0e4f1672b 100644 --- a/dev-db/postgresql/postgresql-14_beta2.ebuild +++ b/dev-db/postgresql/postgresql-14_beta2.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 diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index a1b3cb9eb927..e83be695c51b 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit flag-o-matic git-r3 linux-info multilib pam prefix python-single-r1 \ systemd tmpfiles |