www-apps/zola: update for slotted Rust

Signed-off-by: Wolfgang Müller <wolf@oriole.systems>
This commit is contained in:
Wolfgang Müller 2024-11-09 09:08:12 +01:00
parent 77e1111239
commit 0a416cc040
No known key found for this signature in database
GPG Key ID: 2F7F49394B6ABFF0

View File

@ -535,6 +535,8 @@ CRATES="
zune-jpeg@0.4.11
"
RUST_MIN_VER="1.79.0"
inherit cargo
DESCRIPTION="A fast static site generator with everything built-in"
@ -551,7 +553,4 @@ LICENSE+=" openssl Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="${DEPEND}"
BDEPEND=">=virtual/rust-1.79.0"
QA_FLAGS_IGNORED="usr/bin/${PN}"