Skip to content

Commit

Permalink
dev-db/redis: re-enable jemalloc by default and correct its use flags
Browse files Browse the repository at this point in the history
Redis newly requires jemalloc with stats USE flag enabled.

See-also: gentoo#38145
Closes: https://bugs.gentoo.org/937915
Signed-off-by: Petr Vaněk <[email protected]>
  • Loading branch information
arkamar committed Aug 14, 2024
1 parent f24f789 commit 01c4a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-db/redis/redis-7.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
LICENSE="Boost-1.0 SSPL-1"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="jemalloc selinux ssl systemd tcmalloc test"
IUSE="+jemalloc selinux ssl systemd tcmalloc test"
RESTRICT="!test? ( test )"

DEPEND="
jemalloc? ( >=dev-libs/jemalloc-5.1:= )
jemalloc? ( >=dev-libs/jemalloc-5.1:=[stats] )
ssl? ( dev-libs/openssl:0= )
systemd? ( sys-apps/systemd:= )
tcmalloc? ( dev-util/google-perftools )
Expand Down

0 comments on commit 01c4a13

Please sign in to comment.