commit:     58bad8e2dda4bedf1d5949a54eb9efca474a77dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 21 12:25:58 2014 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 21 12:25:58 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=58bad8e2

Install /usr/lib/portage/bin compatibility symlink.

---
 sys-apps/portage/portage-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-9999.ebuild 
b/sys-apps/portage/portage-9999.ebuild
index b4e63e7..10bbb32 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -186,8 +186,11 @@ python_install_all() {
        use doc && targets+=( install_docbook )
        use epydoc && targets+=( install_epydoc )
 
-       # install docs + replace scripts with preferred impl
+       # install docs
        python_install "${targets[@]}"
+
+       # symlink compatibility /usr/lib/portage/bin
+       dosym "${EPYTHON}" /usr/lib/portage/bin
 }
 
 pkg_preinst() {

Reply via email to