commit: c602424cd7b78d8e0150b53a70b14aae7726448b Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net> AuthorDate: Fri Feb 27 08:49:34 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 28 12:26:44 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c602424c
app-text/groonga: Drop IUSE=jemalloc Disable jemalloc support. Closes: https://bugs.gentoo.org/970137 Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/162 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/groonga/groonga-16.0.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/groonga/groonga-16.0.0.ebuild b/app-text/groonga/groonga-16.0.0.ebuild index a8dd4a819e20..0dd55ae0590c 100644 --- a/app-text/groonga/groonga-16.0.0.ebuild +++ b/app-text/groonga/groonga-16.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="benchmark debug doc +exact-alloc-count examples futex jemalloc libedit libevent lzo +mecab msgpack +nfkc sphinx static-libs uyield zeromq zlib zstd" +IUSE="benchmark debug doc +exact-alloc-count examples futex libedit libevent lzo +mecab msgpack +nfkc sphinx static-libs uyield zeromq zlib zstd" REQUIRED_USE=" sphinx? ( doc ) " @@ -24,7 +24,6 @@ DEPEND=" dev-libs/rapidjson dev-libs/xxhash benchmark? ( >=dev-libs/glib-2.8 ) - jemalloc? ( dev-libs/jemalloc:0= ) libedit? ( >=dev-libs/libedit-3 ) libevent? ( dev-libs/libevent:0= ) lzo? ( dev-libs/lzo ) @@ -64,12 +63,12 @@ src_configure() { --with-shared-onigmo --with-onigmo=system --with-xxhash + --without-jemalloc $(use_enable benchmark) $(use_enable debug memory-debug) $(use_enable doc document) $(use_enable exact-alloc-count) $(use_enable futex) - $(use_with jemalloc) $(use_enable libedit) $(use_with libevent) $(use_with lzo)
