commit: dfe7ae2d1fca7232d61c5f483aafe99236031c60 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 22 09:11:41 2014 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 22 09:11:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=dfe7ae2d
Revert "Install /usr/lib/portage/bin compatibility symlink." This reverts commit 58bad8e2dda4bedf1d5949a54eb9efca474a77dd. Portage does not handle replacing directory by symlink well. --- sys-apps/portage/portage-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 10bbb32..b4e63e7 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -186,11 +186,8 @@ python_install_all() { use doc && targets+=( install_docbook ) use epydoc && targets+=( install_epydoc ) - # install docs + # install docs + replace scripts with preferred impl python_install "${targets[@]}" - - # symlink compatibility /usr/lib/portage/bin - dosym "${EPYTHON}" /usr/lib/portage/bin } pkg_preinst() {