mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-db/turso: Optimized myfeatures
* Using "usev" instead of the complex "usex". * Added "mimalloc" as unconditional feature which is the upstream default but was removed by --no-default-features so far by our ebuild. Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -52,7 +52,8 @@ src_configure() {
|
|||||||
export LIBGIT2_NO_VENDOR=1
|
export LIBGIT2_NO_VENDOR=1
|
||||||
|
|
||||||
local myfeatures=(
|
local myfeatures=(
|
||||||
$(use uring && usex "uring" "io_uring")
|
"mimalloc"
|
||||||
|
$(usev uring io_uring)
|
||||||
)
|
)
|
||||||
cargo_src_configure --no-default-features
|
cargo_src_configure --no-default-features
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user