diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /dev-db/postgresql | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-10.15.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-11.10.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-12.5.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-13.1.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9.5.24.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9.6.20.ebuild | 2 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/dev-db/postgresql/postgresql-10.15.ebuild b/dev-db/postgresql/postgresql-10.15.ebuild index 5a7778246805..869058b39480 100644 --- a/dev-db/postgresql/postgresql-10.15.ebuild +++ b/dev-db/postgresql/postgresql-10.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-11.10.ebuild b/dev-db/postgresql/postgresql-11.10.ebuild index 9bdd94965a8d..41a7002385ed 100644 --- a/dev-db/postgresql/postgresql-11.10.ebuild +++ b/dev-db/postgresql/postgresql-11.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-12.5.ebuild b/dev-db/postgresql/postgresql-12.5.ebuild index a22f1bdb5dd4..aa723637c011 100644 --- a/dev-db/postgresql/postgresql-12.5.ebuild +++ b/dev-db/postgresql/postgresql-12.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-13.1.ebuild b/dev-db/postgresql/postgresql-13.1.ebuild index 93212377ab8c..dcc0c9aa3dfc 100644 --- a/dev-db/postgresql/postgresql-13.1.ebuild +++ b/dev-db/postgresql/postgresql-13.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{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.24.ebuild b/dev-db/postgresql/postgresql-9.5.24.ebuild index 4ec8df5540ee..ffff57e4a1a3 100644 --- a/dev-db/postgresql/postgresql-9.5.24.ebuild +++ b/dev-db/postgresql/postgresql-9.5.24.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{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.20.ebuild b/dev-db/postgresql/postgresql-9.6.20.ebuild index 8b6f72842dff..974a58975c23 100644 --- a/dev-db/postgresql/postgresql-9.6.20.ebuild +++ b/dev-db/postgresql/postgresql-9.6.20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 94e83ea608fc..ea330b58b0bb 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,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic git-r3 linux-info multilib pam prefix python-single-r1 \ systemd |