From: Patrice Clement Date: Sat, 25 Feb 2017 09:14:26 +0000 (+0100) Subject: app-misc/todo: rename binary due to a collision with another ebuild. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0838f25ded041b1e4dc9ad4485f0c91474261684;p=gentoo.git 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 --- 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 }