Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/overlay/
Date: Wed, 24 Oct 2018 13:01:19
Message-Id: 1540385797.913f947302f399b1ff2834e93973ebd1eeb8e931.grknight@gentoo
1 commit: 913f947302f399b1ff2834e93973ebd1eeb8e931
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 15:17:27 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 12:56:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=913f9473
7
8 overlays: Remove reference to PORTDIR_OVERLAY
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 general-concepts/overlay/text.xml | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/general-concepts/overlay/text.xml b/general-concepts/overlay/text.xml
16 index 8428e25..aca48c7 100644
17 --- a/general-concepts/overlay/text.xml
18 +++ b/general-concepts/overlay/text.xml
19 @@ -6,8 +6,8 @@
20 <body>
21 <p>
22 Portage can look in multiple places for packages by using an overlay. The
23 -locations of overlays are controlled by the <c>PORTDIR_OVERLAY</c> variable, which
24 -should contain a space-separated list of paths.
25 +locations of overlays are controlled by the <c>location</c> variable
26 +in one or more repos.conf files.
27 </p>
28
29 <p>