mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-text/xan: fix RUST_MIN_VER, drop compressed doc file
A vendored crate needs Rust 1.87, so raise RUST_MIN_VER to match. Also remove the pre-compressed dataviz.tar.gz sample from the installed docs so it no longer trips the compressed-file QA check. Closes: https://bugs.gentoo.org/978812 Closes: https://bugs.gentoo.org/978813 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
RUST_MIN_VER="1.83.0"
|
||||
RUST_MIN_VER="1.87.0"
|
||||
|
||||
# Crate list bundled into a single tarball published at
|
||||
# https://github.com/vowstar/vowstar-overlay-dist
|
||||
@@ -63,5 +63,9 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
# docs/cookbook ships a pre-compressed sample dataset that would be
|
||||
# installed as an already-compressed file, tripping the QA check for
|
||||
# compressed files in /usr/share/doc (bug 978812).
|
||||
rm "${S}"/docs/cookbook/resources/dataviz.tar.gz || die
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user