summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-06 04:39:05 +0000
committerSam James <sam@gentoo.org>2021-11-06 04:39:05 +0000
commitde5d1ced452359eb8030dcfd852278f0d897db52 (patch)
tree7c91a8092f86593be1586cdd3c1e4902fb2d8a32 /app-misc/todo/todo-2.11.0.ebuild
parentnet-vpn/openvpn: use 'emake', not 'make' (diff)
downloadgentoo-de5d1ced452359eb8030dcfd852278f0d897db52.tar.gz
gentoo-de5d1ced452359eb8030dcfd852278f0d897db52.tar.bz2
gentoo-de5d1ced452359eb8030dcfd852278f0d897db52.zip
app-misc/todo: use default src_test implementation (emake, not make)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/todo/todo-2.11.0.ebuild')
-rw-r--r--app-misc/todo/todo-2.11.0.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/app-misc/todo/todo-2.11.0.ebuild b/app-misc/todo/todo-2.11.0.ebuild
index 4db4b749f060..c3a527e1a45c 100644
--- a/app-misc/todo/todo-2.11.0.ebuild
+++ b/app-misc/todo/todo-2.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,10 +34,6 @@ src_prepare() {
sed -i -e '4i export TODO_DIR="$HOME/.todo"' todo.cfg || die
}
-src_test() {
- make test || die "tests failed"
-}
-
src_install() {
dobin "${PN}.sh"
dosym "${PN}.sh" "/usr/bin/${PN}cli"