projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d56f8f
)
sys-apps/bat: switch to cargo.eclass func args
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Tue, 8 Jan 2019 22:55:25 +0000
(14:55 -0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Tue, 8 Jan 2019 23:40:25 +0000
(15:40 -0800)
Closes: https://bugs.gentoo.org/674744
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-apps/bat/bat-0.9.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/bat/bat-0.9.0.ebuild
b/sys-apps/bat/bat-0.9.0.ebuild
index d69dbb41e22f168e425d54273fbdd7bd019a2e12..009a846cc1128986fc49be8e69b339bfc4f46494 100644
(file)
--- 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"
-}