diff options
author | Patrick Lauer <patrick@gentoo.org> | 2020-09-26 16:26:28 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2020-09-26 16:26:42 +0000 |
commit | f97f728e5f421b075a2d935a402ddd9f948d119f (patch) | |
tree | d9467cf78493c7bb29caf15a3a99678d91316a75 /dev-db/postgresql | |
parent | dev-python/cssselect: Remove py2.7 (diff) | |
download | gentoo-f97f728e5f421b075a2d935a402ddd9f948d119f.tar.gz gentoo-f97f728e5f421b075a2d935a402ddd9f948d119f.tar.bz2 gentoo-f97f728e5f421b075a2d935a402ddd9f948d119f.zip |
dev-db/postgresql: Add more python_targets
Fix #733542
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-10.14.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-11.9.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-12.4.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-13.0.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9.5.23.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9.6.19.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/postgresql/postgresql-10.14.ebuild b/dev-db/postgresql/postgresql-10.14.ebuild index 533fd71130ee..a0d0ae70a56a 100644 --- a/dev-db/postgresql/postgresql-10.14.ebuild +++ b/dev-db/postgresql/postgresql-10.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-11.9.ebuild b/dev-db/postgresql/postgresql-11.9.ebuild index a5d28f91604f..f49a3c2de54f 100644 --- a/dev-db/postgresql/postgresql-11.9.ebuild +++ b/dev-db/postgresql/postgresql-11.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-12.4.ebuild b/dev-db/postgresql/postgresql-12.4.ebuild index 3d24f5a80a7e..88a1f960cb28 100644 --- a/dev-db/postgresql/postgresql-12.4.ebuild +++ b/dev-db/postgresql/postgresql-12.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-13.0.ebuild b/dev-db/postgresql/postgresql-13.0.ebuild index 4dc2c18c1a25..36cc823987e9 100644 --- a/dev-db/postgresql/postgresql-13.0.ebuild +++ b/dev-db/postgresql/postgresql-13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild b/dev-db/postgresql/postgresql-9.5.23.ebuild index ef898daa47e5..acc5e9779fd6 100644 --- a/dev-db/postgresql/postgresql-9.5.23.ebuild +++ b/dev-db/postgresql/postgresql-9.5.23.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-9.6.19.ebuild b/dev-db/postgresql/postgresql-9.6.19.ebuild index 586527a2a689..b36d51b81cea 100644 --- a/dev-db/postgresql/postgresql-9.6.19.ebuild +++ b/dev-db/postgresql/postgresql-9.6.19.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd |