diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /dev-db/postgresql | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-10.22.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-10.23.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-11.17.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-11.18.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-12.12.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-12.13.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-13.8.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-13.9.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-14.5.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-14.6.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-15.0.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-15.1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/dev-db/postgresql/postgresql-10.22.ebuild b/dev-db/postgresql/postgresql-10.22.ebuild index c82314c99b6b..229536df5f8d 100644 --- a/dev-db/postgresql/postgresql-10.22.ebuild +++ b/dev-db/postgresql/postgresql-10.22.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit flag-o-matic linux-info pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-10.23.ebuild b/dev-db/postgresql/postgresql-10.23.ebuild index bf8414a03338..60c4ddd9e200 100644 --- a/dev-db/postgresql/postgresql-10.23.ebuild +++ b/dev-db/postgresql/postgresql-10.23.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit flag-o-matic linux-info pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-11.17.ebuild b/dev-db/postgresql/postgresql-11.17.ebuild index 16628ce3262f..492af8c25d15 100644 --- a/dev-db/postgresql/postgresql-11.17.ebuild +++ b/dev-db/postgresql/postgresql-11.17.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=14 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-11.18.ebuild b/dev-db/postgresql/postgresql-11.18.ebuild index aeca9ad626a6..3123f9fe26c1 100644 --- a/dev-db/postgresql/postgresql-11.18.ebuild +++ b/dev-db/postgresql/postgresql-11.18.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=15 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-12.12.ebuild b/dev-db/postgresql/postgresql-12.12.ebuild index a9740768fb24..e3ee50b986e5 100644 --- a/dev-db/postgresql/postgresql-12.12.ebuild +++ b/dev-db/postgresql/postgresql-12.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=14 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-12.13.ebuild b/dev-db/postgresql/postgresql-12.13.ebuild index aeeacbbb47cc..084853e140d3 100644 --- a/dev-db/postgresql/postgresql-12.13.ebuild +++ b/dev-db/postgresql/postgresql-12.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=15 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-13.8.ebuild b/dev-db/postgresql/postgresql-13.8.ebuild index bffdb8f1537c..06d5c0a69f52 100644 --- a/dev-db/postgresql/postgresql-13.8.ebuild +++ b/dev-db/postgresql/postgresql-13.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=14 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-13.9.ebuild b/dev-db/postgresql/postgresql-13.9.ebuild index 09397ed2e2fa..8df70d557212 100644 --- a/dev-db/postgresql/postgresql-13.9.ebuild +++ b/dev-db/postgresql/postgresql-13.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=15 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-14.5.ebuild b/dev-db/postgresql/postgresql-14.5.ebuild index d4915d199060..d637ccd6c102 100644 --- a/dev-db/postgresql/postgresql-14.5.ebuild +++ b/dev-db/postgresql/postgresql-14.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=14 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-14.6.ebuild b/dev-db/postgresql/postgresql-14.6.ebuild index 196aeeeb7ff8..8876f738f6c1 100644 --- a/dev-db/postgresql/postgresql-14.6.ebuild +++ b/dev-db/postgresql/postgresql-14.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=15 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-15.0.ebuild b/dev-db/postgresql/postgresql-15.0.ebuild index b830fc4e8345..90c9034d9a31 100644 --- a/dev-db/postgresql/postgresql-15.0.ebuild +++ b/dev-db/postgresql/postgresql-15.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=14 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-15.1.ebuild b/dev-db/postgresql/postgresql-15.1.ebuild index 94414e0c20a9..82c830dff9d2 100644 --- a/dev-db/postgresql/postgresql-15.1.ebuild +++ b/dev-db/postgresql/postgresql-15.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) LLVM_MAX_SLOT=15 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 92b4cf038a8d..6915e96b7cec 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit flag-o-matic git-r3 linux-info pam python-single-r1 systemd tmpfiles |