From 0838f25ded041b1e4dc9ad4485f0c91474261684 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 25 Feb 2017 10:14:26 +0100 Subject: [PATCH] app-misc/todo: rename binary due to a collision with another ebuild. Gentoo-Bug: https://bugs.gentoo.org/610862 Package-Manager: portage-2.3.3 --- app-misc/todo/todo-2.10.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/todo/todo-2.10.ebuild b/app-misc/todo/todo-2.10.ebuild index c8eefae79b64..1d1dc174c7ed 100644 --- a/app-misc/todo/todo-2.10.ebuild +++ b/app-misc/todo/todo-2.10.ebuild @@ -26,7 +26,9 @@ src_test() { } src_install() { - newbin "${PN}.sh" "${PN}" - newbashcomp "${PN}_completion" "${PN}" + # Renaming occur due to a clash with another package. + # See bug 610862. + newbin "${PN}.sh" "${PN}txt" + newbashcomp "${PN}_completion" "${PN}txt" einstalldocs } -- 2.26.2