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 BDC2313877A for ; Thu, 21 Aug 2014 12:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAE0BE07A0; Thu, 21 Aug 2014 12:26:05 +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 7C2B5E07A0 for ; Thu, 21 Aug 2014 12:26:05 +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 696DE3401A8 for ; Thu, 21 Aug 2014 12:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E32132C for ; Thu, 21 Aug 2014 12:26:02 +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: <1408623958.58bad8e2dda4bedf1d5949a54eb9efca474a77dd.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: 58bad8e2dda4bedf1d5949a54eb9efca474a77dd X-VCS-Branch: master Date: Thu, 21 Aug 2014 12:26:02 +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: 88037e9d-6a53-4197-bddd-85b275c9ca0f X-Archives-Hash: d40d3d3de08f750dd373c418909526fa commit: 58bad8e2dda4bedf1d5949a54eb9efca474a77dd Author: Michał Górny gentoo org> AuthorDate: Thu Aug 21 12:25:58 2014 +0000 Commit: Michał Górny gentoo 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() {