app-misc/todo: rename binary due to a collision with another ebuild.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 25 Feb 2017 09:14:26 +0000 (10:14 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 25 Feb 2017 09:15:01 +0000 (10:15 +0100)
Gentoo-Bug: https://bugs.gentoo.org/610862

Package-Manager: portage-2.3.3

app-misc/todo/todo-2.10.ebuild

index c8eefae79b64832d04509e4f2c43f343526763ae..1d1dc174c7ed61ff34fb05260bcb1eb3d0c2c606 100644 (file)
@@ -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
 }