diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-01-08 15:04:37 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-01-08 15:40:28 -0800 |
commit | fa34cd16dbec18c512f5f68211f07b064f660ec4 (patch) | |
tree | 8233dc031ed6a3e8e9491d94cf92a8294ff23995 /app-shells | |
parent | sys-apps/exa: switch to cargo.eclass func args (diff) | |
download | gentoo-fa34cd16dbec18c512f5f68211f07b064f660ec4.tar.gz gentoo-fa34cd16dbec18c512f5f68211f07b064f660ec4.tar.bz2 gentoo-fa34cd16dbec18c512f5f68211f07b064f660ec4.zip |
app-shells/mcfly: use eclass provided src_test()
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/mcfly/mcfly-0.3.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-shells/mcfly/mcfly-0.3.1.ebuild b/app-shells/mcfly/mcfly-0.3.1.ebuild index db606e07b5f0..033eae46c97b 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" |