commit:     0838f25ded041b1e4dc9ad4485f0c91474261684
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 09:14:26 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 09:15:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0838f25d

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 c8eefae79b..1d1dc174c7 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
 }

Reply via email to