diff options
| author | Patrick Lauer <patrick@gentoo.org> | 2025-09-29 08:44:20 +0000 |
|---|---|---|
| committer | Patrick Lauer <patrick@gentoo.org> | 2025-09-29 08:44:20 +0000 |
| commit | d838ed8fb6e7c4ffcb6493e03990ef766c42edcf (patch) | |
| tree | cf68b932c86015a3ca2d33e6adc806b935751e74 /dev-db/postgresql/postgresql-18.0.ebuild | |
| parent | a3c3bc004b4a8e821aa09b10b3eea6cb488cf01d (diff) | |
| download | gentoo-d838ed8fb6e7c4ffcb6493e03990ef766c42edcf.tar.gz gentoo-d838ed8fb6e7c4ffcb6493e03990ef766c42edcf.tar.bz2 gentoo-d838ed8fb6e7c4ffcb6493e03990ef766c42edcf.zip | |
dev-db/postgresql: unkeyword 18.0 for ~alpha
Closes: https://bugs.gentoo.org/963470
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-18.0.ebuild')
| -rw-r--r-- | dev-db/postgresql/postgresql-18.0.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-db/postgresql/postgresql-18.0.ebuild b/dev-db/postgresql/postgresql-18.0.ebuild index 6b154075fac7..c9b9247bb6e5 100644 --- a/dev-db/postgresql/postgresql-18.0.ebuild +++ b/dev-db/postgresql/postgresql-18.0.ebuild @@ -9,7 +9,7 @@ LLVM_OPTIONAL=1 inherit dot-a flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) @@ -186,12 +186,6 @@ src_configure() { $(use_with zlib) \ $(use_with zstd) \ $(use_enable nls)" - if use alpha; then - myconf+=" --disable-spinlocks" - else - # Should be the default but just in case - myconf+=" --enable-spinlocks" - fi econf ${myconf} } |
