commit: 9bbf459d0797873313b3c8e269943f3f7caaffdd
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 05:52:50 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 05:56:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9bbf459d
function-reference/query-functions: enhance has_version with a cross-ref
Add a link to "version specifiers" in the dependencies section for
has_version.
function-reference/query-functions/text.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/function-reference/query-functions/text.xml
b/function-reference/query-functions/text.xml
index a9f898d..66e595f 100644
--- a/function-reference/query-functions/text.xml
+++ b/function-reference/query-functions/text.xml
@@ -105,7 +105,9 @@ query variables and similar state.
<c>has_version pkg[flag]</c>
</ti>
<ti>
- True if <c>pkg</c> (can include version specifiers and
+ True if <c>pkg</c> (can include
+ <uri link="::general-concepts/dependencies#version specifiers"/>
+ and
<uri link="::general-concepts/dependencies#built with use
dependencies"/>)
is installed. Example: <c>has_version
"=app-editors/nano-2.5.3[nls,spell]"</c>.