From: Georgy Yakovlev Date: Tue, 8 Jan 2019 22:55:25 +0000 (-0800) Subject: sys-apps/bat: switch to cargo.eclass func args X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=620bec70447c7e4c3787737783f9715a969980ec;p=gentoo.git sys-apps/bat: switch to cargo.eclass func args Closes: https://bugs.gentoo.org/674744 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- diff --git a/sys-apps/bat/bat-0.9.0.ebuild b/sys-apps/bat/bat-0.9.0.ebuild index d69dbb41e22f..009a846cc112 100644 --- a/sys-apps/bat/bat-0.9.0.ebuild +++ b/sys-apps/bat/bat-0.9.0.ebuild @@ -147,10 +147,6 @@ BDEPEND=">=virtual/rust-1.29.0" QA_FLAGS_IGNORED="/usr/bin/bat" src_install() { - cargo_src_install + cargo_src_install --path ./ einstalldocs } - -src_test() { - cargo test -j $(makeopts_jobs) $(usex debug "" --release) || die "tests failed" -}