summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/postgresql-9999.ebuild
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2025-03-26 13:00:34 +0000
committerPatrick Lauer <patrick@gentoo.org>2025-03-26 13:03:59 +0000
commit5c4c1a554139f44762ceb352151b16205b6d9bf6 (patch)
tree6ac9730f5ad0b11817818b54d9bc26e6a7f2cc43 /dev-db/postgresql/postgresql-9999.ebuild
parent738e3f362046b3c57224f334c69b7d5bd9ee831e (diff)
downloadgentoo-5c4c1a554139f44762ceb352151b16205b6d9bf6.tar.gz
gentoo-5c4c1a554139f44762ceb352151b16205b6d9bf6.tar.bz2
gentoo-5c4c1a554139f44762ceb352151b16205b6d9bf6.zip
dev-db/postgresql-9999: Remove obsolete config option
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-9999.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild
index d655ed1893fe..5cfe87e2ade9 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -178,7 +178,6 @@ src_configure() {
$(meson_feature xml libxslt)
$(meson_feature zlib)
$(meson_feature zstd)
- $(meson_use !alpha spinlocks)
)
use debug && emesonargs+=( "--debug" )