projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620bec7
)
sys-apps/fd: use eclass provided src_test()
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Tue, 8 Jan 2019 22:57:55 +0000
(14:57 -0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Tue, 8 Jan 2019 23:40:26 +0000
(15:40 -0800)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-apps/fd/fd-7.2.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/fd/fd-7.2.0.ebuild
b/sys-apps/fd/fd-7.2.0.ebuild
index 7ce934fcd359a8ba3a13714a605207f59366b6ea..a425dae0a6fe85a9fb4cb9f817fcf56546d97658 100644
(file)
--- a/
sys-apps/fd/fd-7.2.0.ebuild
+++ b/
sys-apps/fd/fd-7.2.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8
Gentoo Authors
+# Copyright 1999-201
9
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-89,7
+89,3
@@
src_install() {
dodoc README.md
doman doc/*.1
}
-
-src_test() {
- cargo test -j $(makeopts_jobs) $(usex debug "" --release) -v || die "tests failed"
-}