diff options
| author | Aaron W. Swenson <titanofold@gentoo.org> | 2023-09-19 08:44:30 -0400 |
|---|---|---|
| committer | Aaron W. Swenson <titanofold@gentoo.org> | 2023-09-19 08:45:54 -0400 |
| commit | 7d19efc5363478abe880f136aa296c7926cb3532 (patch) | |
| tree | c48424996d2c29486f629f82a6c27c33ba7ee4f3 /dev-db/postgresql/postgresql-14.9.ebuild | |
| parent | e038d390869c149a1a967a71820da1aa8a56c107 (diff) | |
| download | gentoo-7d19efc5363478abe880f136aa296c7926cb3532.tar.gz gentoo-7d19efc5363478abe880f136aa296c7926cb3532.tar.bz2 gentoo-7d19efc5363478abe880f136aa296c7926cb3532.zip | |
dev-db/postgresql: Drop threads use flag
Closes: https://bugs.gentoo.org/868393
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-14.9.ebuild')
| -rw-r--r-- | dev-db/postgresql/postgresql-14.9.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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) \ |
