diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-25 10:14:26 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-25 10:15:01 +0100 |
commit | 0838f25ded041b1e4dc9ad4485f0c91474261684 (patch) | |
tree | 69aa138e4695681fdd2594ef8848b1762e928654 /app-misc/todo | |
parent | dev-util/debootstrap: Old. (diff) | |
download | gentoo-0838f25ded041b1e4dc9ad4485f0c91474261684.tar.gz gentoo-0838f25ded041b1e4dc9ad4485f0c91474261684.tar.bz2 gentoo-0838f25ded041b1e4dc9ad4485f0c91474261684.zip |
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
Diffstat (limited to 'app-misc/todo')
-rw-r--r-- | app-misc/todo/todo-2.10.ebuild | 6 |
1 files 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 } |