commit: fa34cd16dbec18c512f5f68211f07b064f660ec4
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 8 23:04:37 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 8 23:40:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa34cd16
app-shells/mcfly: use eclass provided src_test()
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-shells/mcfly/mcfly-0.3.1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/app-shells/mcfly/mcfly-0.3.1.ebuild
b/app-shells/mcfly/mcfly-0.3.1.ebuild
index db606e07b5f..033eae46c97 100644
--- a/app-shells/mcfly/mcfly-0.3.1.ebuild
+++ b/app-shells/mcfly/mcfly-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2018 Gentoo Authors
+# Copyright 2017-2019 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"