commit:     7d19efc5363478abe880f136aa296c7926cb3532
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 12:44:30 2023 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 12:45:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d19efc5

dev-db/postgresql: Drop threads use flag

Closes: https://bugs.gentoo.org/868393
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 dev-db/postgresql/postgresql-11.21.ebuild | 6 ++----
 dev-db/postgresql/postgresql-12.16.ebuild | 6 ++----
 dev-db/postgresql/postgresql-13.12.ebuild | 6 ++----
 dev-db/postgresql/postgresql-14.9.ebuild  | 6 ++----
 dev-db/postgresql/postgresql-15.4.ebuild  | 6 ++----
 dev-db/postgresql/postgresql-16.0.ebuild  | 7 +++----
 dev-db/postgresql/postgresql-9999.ebuild  | 6 ++----
 7 files changed, 15 insertions(+), 28 deletions(-)

diff --git a/dev-db/postgresql/postgresql-11.21.ebuild 
b/dev-db/postgresql/postgresql-11.21.ebuild
index 052d6c8aee36..13390d4be799 100644
--- a/dev-db/postgresql/postgresql-11.21.ebuild
+++ b/dev-db/postgresql/postgresql-11.21.ebuild
@@ -21,9 +21,8 @@ LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
 HOMEPAGE="https://www.postgresql.org/";
 
-IUSE="debug doc icu kerberos ldap llvm nls pam
-         perl python +readline selinux +server systemd ssl static-libs tcl
-         threads uuid xml zlib"
+IUSE="debug doc icu kerberos ldap llvm nls pam perl python +readline
+         selinux +server systemd ssl static-libs tcl uuid xml zlib"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -141,7 +140,6 @@ src_configure() {
                --with-system-tzdata="${PO}/usr/share/zoneinfo" \
                $(use_enable !alpha spinlocks) \
                $(use_enable debug) \
-               $(use_enable threads thread-safety) \
                $(use_with icu) \
                $(use_with kerberos gssapi) \
                $(use_with ldap) \

diff --git a/dev-db/postgresql/postgresql-12.16.ebuild 
b/dev-db/postgresql/postgresql-12.16.ebuild
index b55c3b2a3cbf..382ca7191482 100644
--- a/dev-db/postgresql/postgresql-12.16.ebuild
+++ b/dev-db/postgresql/postgresql-12.16.ebuild
@@ -21,9 +21,8 @@ LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
 HOMEPAGE="https://www.postgresql.org/";
 
-IUSE="debug doc icu kerberos ldap llvm nls pam
-         perl python +readline selinux +server systemd ssl static-libs tcl
-         threads uuid xml zlib"
+IUSE="debug doc icu kerberos ldap llvm nls pam perl python +readline
+         selinux +server systemd ssl static-libs tcl uuid xml zlib"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -141,7 +140,6 @@ src_configure() {
                --with-system-tzdata="${PO}/usr/share/zoneinfo" \
                $(use_enable !alpha spinlocks) \
                $(use_enable debug) \
-               $(use_enable threads thread-safety) \
                $(use_with icu) \
                $(use_with kerberos gssapi) \
                $(use_with ldap) \

diff --git a/dev-db/postgresql/postgresql-13.12.ebuild 
b/dev-db/postgresql/postgresql-13.12.ebuild
index 97f75c5fa8a1..5da40dbc3de5 100644
--- a/dev-db/postgresql/postgresql-13.12.ebuild
+++ b/dev-db/postgresql/postgresql-13.12.ebuild
@@ -21,9 +21,8 @@ LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
 HOMEPAGE="https://www.postgresql.org/";
 
-IUSE="debug doc icu kerberos ldap llvm nls pam
-         perl python +readline selinux +server systemd ssl static-libs tcl
-         threads uuid xml zlib"
+IUSE="debug doc icu kerberos ldap llvm nls pam perl python +readline
+         selinux +server systemd ssl static-libs tcl uuid xml zlib"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -142,7 +141,6 @@ src_configure() {
                --sysconfdir="${PO}/etc/postgresql-${SLOT}" \
                --with-system-tzdata="${PO}/usr/share/zoneinfo" \
                $(use_enable debug) \
-               $(use_enable threads thread-safety) \
                $(use_with icu) \
                $(use_with kerberos gssapi) \
                $(use_with ldap) \

diff --git a/dev-db/postgresql/postgresql-14.9.ebuild 
b/dev-db/postgresql/postgresql-14.9.ebuild
index 85a0a1e068c2..11f0bdf2b513 100644
--- a/dev-db/postgresql/postgresql-14.9.ebuild
+++ b/dev-db/postgresql/postgresql-14.9.ebuild
@@ -21,9 +21,8 @@ LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
 HOMEPAGE="https://www.postgresql.org/";
 
-IUSE="debug doc icu kerberos ldap llvm lz4 nls pam
-         perl python +readline selinux +server systemd ssl static-libs tcl
-         threads uuid xml zlib"
+IUSE="debug doc icu kerberos ldap llvm lz4 nls pam perl python +readline
+         selinux +server systemd ssl static-libs tcl uuid xml zlib"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -141,7 +140,6 @@ src_configure() {
                --sysconfdir="${PO}/etc/postgresql-${SLOT}" \
                --with-system-tzdata="${PO}/usr/share/zoneinfo" \
                $(use_enable debug) \
-               $(use_enable threads thread-safety) \
                $(use_with icu) \
                $(use_with kerberos gssapi) \
                $(use_with ldap) \

diff --git a/dev-db/postgresql/postgresql-15.4.ebuild 
b/dev-db/postgresql/postgresql-15.4.ebuild
index bb65bd3a81e7..512aa08d2e60 100644
--- a/dev-db/postgresql/postgresql-15.4.ebuild
+++ b/dev-db/postgresql/postgresql-15.4.ebuild
@@ -21,9 +21,8 @@ LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
 HOMEPAGE="https://www.postgresql.org/";
 
-IUSE="debug doc icu kerberos ldap llvm lz4 nls pam
-         perl python +readline selinux +server systemd ssl static-libs tcl
-         threads uuid xml zlib zstd"
+IUSE="debug doc icu kerberos ldap llvm lz4 nls pam perl python +readline
+         selinux +server systemd ssl static-libs tcl uuid xml zlib zstd"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -142,7 +141,6 @@ src_configure() {
                --sysconfdir="${PO}/etc/postgresql-${SLOT}" \
                --with-system-tzdata="${PO}/usr/share/zoneinfo" \
                $(use_enable debug) \
-               $(use_enable threads thread-safety) \
                $(use_with icu) \
                $(use_with kerberos gssapi) \
                $(use_with ldap) \

diff --git a/dev-db/postgresql/postgresql-16.0.ebuild 
b/dev-db/postgresql/postgresql-16.0.ebuild
index 118da5e30607..63bb54fd4eb4 100644
--- a/dev-db/postgresql/postgresql-16.0.ebuild
+++ b/dev-db/postgresql/postgresql-16.0.ebuild
@@ -21,9 +21,9 @@ LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
 HOMEPAGE="https://www.postgresql.org/";
 
-IUSE="debug doc +icu kerberos ldap llvm lz4 nls pam
-         perl python +readline selinux +server systemd ssl static-libs tcl
-         threads uuid xml zlib zstd"
+IUSE="debug doc +icu kerberos ldap llvm lz4 nls pam perl python
+         +readline selinux +server systemd ssl static-libs tcl uuid xml
+         zlib zstd"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -142,7 +142,6 @@ src_configure() {
                --sysconfdir="${PO}/etc/postgresql-${SLOT}" \
                --with-system-tzdata="${PO}/usr/share/zoneinfo" \
                $(use_enable debug) \
-               $(use_enable threads thread-safety) \
                $(use_with icu) \
                $(use_with kerberos gssapi) \
                $(use_with ldap) \

diff --git a/dev-db/postgresql/postgresql-9999.ebuild 
b/dev-db/postgresql/postgresql-9999.ebuild
index 322fa8316357..ff52cfb7a800 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -17,9 +17,8 @@ LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
 HOMEPAGE="https://www.postgresql.org/";
 
-IUSE="debug +icu kerberos ldap llvm +lz4
-       nls pam perl python +readline selinux server systemd
-       ssl static-libs tcl threads uuid xml zlib zstd"
+IUSE="debug +icu kerberos ldap llvm +lz4 nls pam perl python +readline
+       selinux server systemd ssl static-libs tcl uuid xml zlib zstd"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -155,7 +154,6 @@ src_configure() {
                --with-system-tzdata="${PO}/usr/share/zoneinfo" \
                $(use_enable debug) \
                $(use_enable nls) \
-               $(use_enable threads thread-safety) \
                $(use_with icu) \
                $(use_with kerberos gssapi) \
                $(use_with ldap) \

Reply via email to