projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f808b17
)
app-shells/mcfly: use eclass provided src_test()
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Tue, 8 Jan 2019 23:04:37 +0000
(15:04 -0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Tue, 8 Jan 2019 23:40:28 +0000
(15:40 -0800)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
app-shells/mcfly/mcfly-0.3.1.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/mcfly/mcfly-0.3.1.ebuild
b/app-shells/mcfly/mcfly-0.3.1.ebuild
index db606e07b5f086c269bec54410e1341eed505148..033eae46c97b2dc426c3801d8231ac6ba2f0245b 100644
(file)
--- a/
app-shells/mcfly/mcfly-0.3.1.ebuild
+++ b/
app-shells/mcfly/mcfly-0.3.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 2017-201
8
Gentoo Authors
+# Copyright 2017-201
9
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-87,10
+87,6
@@
src_install() {
einstalldocs
}
-src_test(){
- cargo test -j $(makeopts_jobs) $(usex debug "" --release) || die "tests failed"
-}
-
pkg_postinst() {
local p="/usr/share/${PN}/${PN}.bash"