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 79FE31381F3 for ; Tue, 18 Jun 2013 16:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C275E08BD; Tue, 18 Jun 2013 16:35:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA065E08BD for ; Tue, 18 Jun 2013 16:35:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED89133E519 for ; Tue, 18 Jun 2013 16:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 967A8E468F for ; Tue, 18 Jun 2013 16:35:42 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1371573323.1d18ee12c37c2533a42a80b8b05e88f8f6a5fd4f.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1d18ee12c37c2533a42a80b8b05e88f8f6a5fd4f X-VCS-Branch: master Date: Tue, 18 Jun 2013 16:35:42 +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: 7d6a121b-a229-42b7-903e-cd8c13ac8e23 X-Archives-Hash: bc287ca6d3ce30a07bc485d19179cf7c commit: 1d18ee12c37c2533a42a80b8b05e88f8f6a5fd4f Author: Zac Medico gentoo org> AuthorDate: Tue Jun 18 16:35:23 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jun 18 16:35:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1d18ee12 portage.5: repos.conf: document main-repo --- man/portage.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/portage.5 b/man/portage.5 index 7a69054..daad9bb 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -767,6 +767,9 @@ performance issues under some circumstances (see \fBbug #124041\fR). .I Example: .nf [DEFAULT] +# make gentoo the main repo (aka PORTDIR), which makes it the default master +# repository for repostories that do not specify masters +main\-repo = gentoo # make all repositories inherit eclasses from the java\-overlay and # java\-experimental repositories, with eclasses from java\-experimental # taking precedence over those from java\-overlay