aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-12-21 10:14:49 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2014-12-21 10:14:49 +0000
commit02ed6207ed8d23ec59e6e04c9f14fa6d39685c62 (patch)
tree1ed81c75d129d2e8501d86549d2c3a45c3d7d83f
parentClarify that PDEPEND may be installed after the package in some cases. (diff)
downloaddevmanual-02ed6207ed8d23ec59e6e04c9f14fa6d39685c62.tar.gz
devmanual-02ed6207ed8d23ec59e6e04c9f14fa6d39685c62.tar.bz2
devmanual-02ed6207ed8d23ec59e6e04c9f14fa6d39685c62.zip
src_compile: Update wording for the filter-flags() function
It also affects {C,CPP,CXX,CCAS,F,FC,LD}FLAGS according to the eclass. X-Gentoo-Bug: 462436 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=462436
-rw-r--r--ebuild-writing/functions/src_compile/build-environment/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/functions/src_compile/build-environment/text.xml b/ebuild-writing/functions/src_compile/build-environment/text.xml
index b2ae77d..8c16587 100644
--- a/ebuild-writing/functions/src_compile/build-environment/text.xml
+++ b/ebuild-writing/functions/src_compile/build-environment/text.xml
@@ -64,7 +64,7 @@ line in the correct place.
<p>
The <c>filter-flags</c> function can be used to remove a particular flag from
-<c>CFLAGS</c>. Multiple arguments can be supplied; each is the name of a flag to
+<c>{C,CPP,CXX,CCAS,F,FC,LD}FLAGS</c>. Multiple arguments can be supplied; each is the name of a flag to
remove.
</p>