commit:     60e0e0b4c629a90434931dd08a1b629fe1e2a1fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 10:26:18 2014 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 10:26:18 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=60e0e0b4

sys-apps/portage: Install preferred impl shebangs rather than random ones.

Package-Manager: portage-2.2.11_p29

---
 sys-apps/portage/portage-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-apps/portage/portage-9999.ebuild 
b/sys-apps/portage/portage-9999.ebuild
index a4b3ccd..a7780ad 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -188,9 +188,8 @@ python_install_all() {
        use doc && targets+=( install_docbook )
        use epydoc && targets+=( install_epydoc )
 
-       if [[ ${targets[@]} ]]; then
-               python_install "${targets[@]}"
-       fi
+       # install docs + replace scripts with preferred impl
+       python_install "${targets[@]}"
 }
 
 pkg_preinst() {

Reply via email to