Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: profiles/
Date: Sat, 26 Sep 2020 19:06:05
Message-Id: 1601147123.43d79200b1636b2ba3e6596919dd166a65e2b1de.ulm@gentoo
1 commit: 43d79200b1636b2ba3e6596919dd166a65e2b1de
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:05:23 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:05:23 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=43d79200
7
8 profiles: Add missing include of profiles/make.defaults.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 profiles/text.xml | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/profiles/text.xml b/profiles/text.xml
16 index 419c5c7..3269d33 100644
17 --- a/profiles/text.xml
18 +++ b/profiles/text.xml
19 @@ -20,6 +20,7 @@ are also documented in <c>man portage</c>.
20
21 <include href="categories/"/>
22 <include href="info_files/"/>
23 +<include href="make.defaults/"/>
24 <include href="package.mask/"/>
25 <include href="packages/"/>
26 <include href="updates/"/>