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 94B3513877A for ; Fri, 22 Aug 2014 09:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09964E089D; Fri, 22 Aug 2014 09:12:03 +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 9618FE089D for ; Fri, 22 Aug 2014 09:12:02 +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 A5BB133FE30 for ; Fri, 22 Aug 2014 09:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E2CA3B13 for ; Fri, 22 Aug 2014 09:12:00 +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: <1408698701.dfe7ae2d1fca7232d61c5f483aafe99236031c60.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: dfe7ae2d1fca7232d61c5f483aafe99236031c60 X-VCS-Branch: master Date: Fri, 22 Aug 2014 09:12:00 +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: 7b10c915-e019-4c33-854b-9088d06173a6 X-Archives-Hash: d3493013427e0162de71428e1d727eab commit: dfe7ae2d1fca7232d61c5f483aafe99236031c60 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 22 09:11:41 2014 +0000 Commit: Michał Górny gentoo 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() {