mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
www-apps/zola: add missing || die to sed, add comment about usev
Signed-off-by: zyxhere💭 <zyx@envs.net>
This commit is contained in:
@@ -642,7 +642,7 @@ BDEPEND="virtual/pkgconfig"
|
|||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
# Upstream enables stripping on rel and disables debuginfo on dev
|
# Upstream enables stripping on rel and disables debuginfo on dev
|
||||||
sed -i '/strip/d;/debug = 0/d' Cargo.toml
|
sed -i '/strip/d;/debug = 0/d' Cargo.toml || die
|
||||||
|
|
||||||
# update libwebp-sys in webp crate
|
# update libwebp-sys in webp crate
|
||||||
local libwebp_PV=0.14.2 webp_P=webp-0.3.1
|
local libwebp_PV=0.14.2 webp_P=webp-0.3.1
|
||||||
@@ -662,6 +662,7 @@ src_configure() {
|
|||||||
export RUSTONIG_SYSTEM_LIBONIG=1
|
export RUSTONIG_SYSTEM_LIBONIG=1
|
||||||
|
|
||||||
local myfeatures=(
|
local myfeatures=(
|
||||||
|
# usev only takes 2 args
|
||||||
$(usev cjk indexing-ja )
|
$(usev cjk indexing-ja )
|
||||||
$(usev cjk indexing-zh )
|
$(usev cjk indexing-zh )
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user