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
This commit is contained in:
Lars Wendler
2016-11-18 18:26:33 +01:00
parent 61cde643ef
commit f2ff446aff

View File

@@ -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() {