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 86228138CA3 for ; Sun, 10 May 2015 03:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF526E0819; Sun, 10 May 2015 03:24:39 +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 3BFE5E0819 for ; Sun, 10 May 2015 03:24:38 +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 08397340CF7 for ; Sun, 10 May 2015 03:24:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176AD9CD for ; Sun, 10 May 2015 03:24:34 +0000 (UTC) From: "Nathan Phillip Brink" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nathan Phillip Brink" Message-ID: <1431228204.69a11794e3c2aca5f615c7acf01083f789a69d80.binki@gentoo> Subject: [gentoo-commits] proj/multilib-portage:master commit in: doc/ X-VCS-Repository: proj/multilib-portage X-VCS-Files: doc/portage-multilib-instructions X-VCS-Directories: doc/ X-VCS-Committer: binki X-VCS-Committer-Name: Nathan Phillip Brink X-VCS-Revision: 69a11794e3c2aca5f615c7acf01083f789a69d80 X-VCS-Branch: master Date: Sun, 10 May 2015 03:24:34 +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: 29ae217b-6a62-4980-8cfd-88204768ce84 X-Archives-Hash: 7d452b724e233cce01a3a778219b75b0 commit: 69a11794e3c2aca5f615c7acf01083f789a69d80 Author: Nathan Phillip Brink gentoo org> AuthorDate: Sun May 10 03:23:24 2015 +0000 Commit: Nathan Phillip Brink gentoo org> CommitDate: Sun May 10 03:23:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/multilib-portage.git/commit/?id=69a11794 Update installation instructions for new location of make.profile. doc/portage-multilib-instructions | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/portage-multilib-instructions b/doc/portage-multilib-instructions index 4124225..a7b3167 100644 --- a/doc/portage-multilib-instructions +++ b/doc/portage-multilib-instructions @@ -10,11 +10,17 @@ remember that multilib-portage is following the 2.2* branch of portage, so it only has testing keywords 3. -check the target of /etc/make.profile -rm /etc/make.profile -mkdir /etc/make.profile -echo /path/to/current/profile >> /etc/make.profile/parent -echo /path/to/multilib-overlay/profiles/base >> /etc/make.profile/parent +Check the target of /etc/portage/make.profile: +readlink /etc/portage/make.profile + +Replace it with a mini custom profile. If the original make.profile +symlink was relative, you may need to prepend an extra “../” to it +because you will now be referencing it from a subdirectory of the +original reference: +rm /etc/portage/make.profile +mkdir /etc/portage/make.profile +echo /path/to/current/profile >> /etc/portage/make.profile/parent +echo /path/to/multilib-portage/profiles/base >> /etc/portage/make.profile/parent 4. let the multilib overlay eclasses override the main tree ones: add the