commit:     0674a7368bf52575840b64c56ec6b58164b750fd
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 23 16:31:00 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 19:37:12 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0674a736

app-admin/rsyslog: drop USE=jemalloc from oldest rsyslog version

See-also: https://github.com/gentoo/gentoo/pull/45847#issuecomment-3945842978
Bug: https://github.com/gentoo/gentoo/pull/45847
Bug: https://bugs.gentoo.org/963111
Bug: https://bugs.gentoo.org/970134
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../{rsyslog-8.2506.0-r1.ebuild => rsyslog-8.2506.0-r2.ebuild}    | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/app-admin/rsyslog/rsyslog-8.2506.0-r1.ebuild 
b/app-admin/rsyslog/rsyslog-8.2506.0-r2.ebuild
similarity index 98%
rename from app-admin/rsyslog/rsyslog-8.2506.0-r1.ebuild
rename to app-admin/rsyslog/rsyslog-8.2506.0-r2.ebuild
index dd5269a8d347..3e30e02c8586 100644
--- a/app-admin/rsyslog/rsyslog-8.2506.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.2506.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -31,7 +31,7 @@ LICENSE="GPL-3 LGPL-3 Apache-2.0"
 SLOT="0"
 
 IUSE="clickhouse curl dbi debug doc elasticsearch +gcrypt gnutls imdocker 
imhttp"
-IUSE+=" impcap jemalloc kafka kerberos kubernetes mdblookup"
+IUSE+=" impcap kafka kerberos kubernetes mdblookup"
 IUSE+=" mongodb mysql normalize omhttp omhttpfs omudpspoof +openssl"
 IUSE+=" postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp +ssl"
 IUSE+=" systemd test usertools +uuid xxhash zeromq"
@@ -48,8 +48,6 @@ BDEPEND="
        sys-apps/lsb-release
        virtual/pkgconfig
        test? (
-               jemalloc? ( <sys-libs/libfaketime-0.9.7 )
-               !jemalloc? ( sys-libs/libfaketime )
                ${PYTHON_DEPS}
        )
 "
@@ -68,7 +66,6 @@ RDEPEND="
                virtual/libcrypt:=
        )
        impcap? ( net-libs/libpcap )
-       jemalloc? ( >=dev-libs/jemalloc-3.3.1:= )
        kafka? ( >=dev-libs/librdkafka-0.9.0.99:= )
        kerberos? ( virtual/krb5 )
        kubernetes? ( >=net-misc/curl-7.35.0 )
@@ -277,7 +274,6 @@ src_configure() {
                $(use_enable imdocker)
                $(use_enable imhttp)
                $(use_enable impcap)
-               $(use_enable jemalloc)
                $(use_enable kafka imkafka)
                $(use_enable kafka omkafka)
                $(use_enable kerberos gssapi-krb5)

Reply via email to