diff options
author | Sam James <sam@gentoo.org> | 2021-03-21 08:45:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-07 19:35:11 +0200 |
commit | aca4e12789394f7e2b6af34ef3f3dc68d79065d5 (patch) | |
tree | 36e52481d2d37f78b111a4ea4b48e3a0085498be /keywording | |
parent | keywording: non-developers should not add non amd64/x86 keywords in general (diff) | |
download | devmanual-aca4e12789394f7e2b6af34ef3f3dc68d79065d5.tar.gz devmanual-aca4e12789394f7e2b6af34ef3f3dc68d79065d5.tar.bz2 devmanual-aca4e12789394f7e2b6af34ef3f3dc68d79065d5.zip |
keywording: note that setting KEYWORDS="" in a live ebuild is unnecessary
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'keywording')
-rw-r--r-- | keywording/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keywording/text.xml b/keywording/text.xml index 5602de1..f5f0911 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -94,7 +94,7 @@ Do <b>not</b> use the <c>*</c> or <c>~*</c> special keywords in ebuilds. <note> Usually, "live" ebuilds (see <uri link="::ebuild-writing/functions/src_unpack/vcs-sources/"/>) -do not specify a <c>KEYWORDS</c> variable, or assign the empty string to it. +do not specify a <c>KEYWORDS</c> variable. </note> </body> |