Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: [gentoo-portage-dev] [PATCH v2] man/portage.5: document -* in profile "packages" files (bug 610670)
Date: Sun, 28 May 2017 20:17:43
Message-Id: 20170528201512.17276-1-zmedico@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] man/portage.5: document -* in profile "packages" files (bug 610670) by Zac Medico
1 The -* wildcard has been supported since portage-2.3.4, but it was
2 not explicitly documented.
3
4 X-Gentoo-Bug: 610670
5 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=610670
6 ---
7 [PATCH v2] clarifies that -* discards @system and @profile
8 packages as suggested by Martin Vaeth.
9
10 man/portage.5 | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/man/portage.5 b/man/portage.5
14 index 82e979ecf..366a1fa85 100644
15 --- a/man/portage.5
16 +++ b/man/portage.5
17 @@ -369,7 +369,8 @@ hurt \fBemerge\fR's ability to parallelize.
18 .I Note:
19 In a cascading profile setup, you can remove packages in children
20 profiles which were added by parent profiles by prefixing the atom with
21 -a '\-'.
22 +a '\-'. The '\-*' wildcard discards all @system and @profile packages
23 +added by parent profiles.
24
25 .I Example:
26 .nf
27 --
28 2.13.0

Replies