sys-fs/dwarfs: Actual removal of jemalloc with #969223

Cleanup of kate swap file

Sorry, I forgot to hit Ctrl+S and hadn't noticed it because I get used to autosave

Bug: https://bugs.gentoo.org/969223
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
Denis Reva
2026-03-22 15:07:13 +05:00
parent 8d96de2173
commit 92a95a012e
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+jemalloc test +tools +fuse +perfmon flac ricepp stacktrace"
IUSE=" test +tools +fuse +perfmon flac ricepp stacktrace"
S="${WORKDIR}/dwarfs-${PV}"
RDEPEND="
@@ -31,7 +31,6 @@ RDEPEND="
sys-libs/binutils-libs
stacktrace? ( >=dev-cpp/cpptrace-1.0.4 )
virtual/zlib:=
jemalloc? ( >=dev-libs/jemalloc-5.3.0 )
test? ( >=dev-cpp/gtest-1.17.0 )
>=dev-cpp/range-v3-0.12.0
dev-libs/date
@@ -59,7 +58,7 @@ CMAKE_WARN_UNUSED_CLI=0
src_configure(){
use stacktrace && append-flags -g
mycmakeargs=(
-DUSE_JEMALLOC=$(usex jemalloc ON OFF)
-DUSE_JEMALLOC=OFF
-DWITH_TESTS=$(usex test ON OFF)
-DWITH_MAN_PAGES=ON
-DWITH_MAN_OPTION=ON