diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-15 09:39:05 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-15 09:39:18 +0100 |
commit | 82fa77f7f07a529e613373818aba5170079b2223 (patch) | |
tree | 5ad04e778a150726eb3d10d4339b601077972989 /dev-vcs | |
parent | sys-apps/pmount: amd64 stable wrt bug #679910 (diff) | |
download | gentoo-82fa77f7f07a529e613373818aba5170079b2223.tar.gz gentoo-82fa77f7f07a529e613373818aba5170079b2223.tar.bz2 gentoo-82fa77f7f07a529e613373818aba5170079b2223.zip |
dev-vcs/tortoisehg: Fixed file collision.
Closes: https://bugs.gentoo.org/664526
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild index a56dfb73838d..ff2d174552da 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild @@ -68,7 +68,7 @@ python_install_all() { domenu contrib/thg.desktop # Remove file that collides with >=mercurial-4.0 (bug #599266). - rm "${ED}"/usr/$(get_libdir)/${EPYTHON}/site-packages/hgext3rd/__init__.py \ + rm "${ED}"/usr/$(get_libdir)/${EPYTHON}/site-packages/hgext3rd/__init__.py* \ || die } |