commit: 02ed6207ed8d23ec59e6e04c9f14fa6d39685c62
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 10:14:49 2014 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 10:14:49 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=02ed6207
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
---
ebuild-writing/functions/src_compile/build-environment/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>