summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-11-18 18:26:33 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-11-18 18:26:45 +0100
commitf2ff446aff312f93924ee769037b9971dea47a79 (patch)
tree8416e8e25939c812ebb8f8f2d346c785ab7ad81b /dev-vcs/tortoisehg
parentapp-emulation/docker: Sync live (diff)
downloadgentoo-f2ff446aff312f93924ee769037b9971dea47a79.tar.gz
gentoo-f2ff446aff312f93924ee769037b9971dea47a79.tar.bz2
gentoo-f2ff446aff312f93924ee769037b9971dea47a79.zip
dev-vcs/tortoisehg: don't install hgext3rd/__init__.py (bug #599266).
It's already provided by dev-vcs/mercurial. Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-4.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild
index 811a0e69f609..c5d115921ab2 100644
--- a/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-4.0.ebuild
@@ -69,6 +69,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() {