diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 00:38:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 00:52:00 +0100 |
commit | 35a0fba7b2afe6c0ccf348518aff0afb8f79ba6c (patch) | |
tree | 07f4b8094570ac287c6cbc7bccdc0eb6215076e8 /dev-vcs/tortoisehg | |
parent | dev-vcs/tortoisehg: Switch to Qt5 (diff) | |
download | gentoo-35a0fba7b2afe6c0ccf348518aff0afb8f79ba6c.tar.gz gentoo-35a0fba7b2afe6c0ccf348518aff0afb8f79ba6c.tar.bz2 gentoo-35a0fba7b2afe6c0ccf348518aff0afb8f79ba6c.zip |
dev-vcs/tortoisehg: 9999 collides as well
Bug: https://bugs.gentoo.org/599266
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 006534e30ee1..10ea4192888e 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -66,6 +66,10 @@ python_install_all() { fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg 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 \ + || die } pkg_postinst() { |