From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B31F813877A for ; Tue, 19 Aug 2014 12:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEE3BE0A81; Tue, 19 Aug 2014 12:17:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B14CEE0A9C for ; Tue, 19 Aug 2014 12:17:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6DB734029A for ; Tue, 19 Aug 2014 12:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0C43BDB for ; Tue, 19 Aug 2014 07:02:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1407666378.60e0e0b4c629a90434931dd08a1b629fe1e2a1fa.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60e0e0b4c629a90434931dd08a1b629fe1e2a1fa X-VCS-Branch: master Date: Tue, 19 Aug 2014 07:02:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f0f3717b-d304-47ee-b407-33ef70818a41 X-Archives-Hash: 4712bed9ae70ccb448ae805c2f9212ab Message-ID: <20140819070249.iUzsNt0JWGtoMAxQqmWO_7rzrWGnzTGTSBCSsW10SaY@z> commit: 60e0e0b4c629a90434931dd08a1b629fe1e2a1fa Author: Michał Górny gentoo org> AuthorDate: Sun Aug 10 10:26:18 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 10 10:26:18 2014 +0000 URL: http://sources.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() {