From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F4FD1395E2 for ; Wed, 30 Nov 2016 05:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5961CE0BB4; Wed, 30 Nov 2016 05:58:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 434BBE0BB4 for ; Wed, 30 Nov 2016 05:58:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EC58341647 for ; Wed, 30 Nov 2016 05:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86C949C for ; Wed, 30 Nov 2016 05:58:05 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1480485366.9101c681314f17ff94abc075afc1d80c42742383.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/query-functions/ X-VCS-Repository: proj/devmanual X-VCS-Files: function-reference/query-functions/text.xml X-VCS-Directories: function-reference/query-functions/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 9101c681314f17ff94abc075afc1d80c42742383 X-VCS-Branch: master Date: Wed, 30 Nov 2016 05:58:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f81eb5c9-705a-4a10-8dc1-fc039a9b21f7 X-Archives-Hash: 052de017c526b230ab745504e8ecb793 commit: 9101c681314f17ff94abc075afc1d80c42742383 Author: Wim Muskee gmail com> AuthorDate: Mon Nov 14 19:44:29 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Wed Nov 30 05:56:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9101c681 function-reference/query-functions: add has_version flag explanation, bug #307065 function-reference/query-functions/text.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/function-reference/query-functions/text.xml b/function-reference/query-functions/text.xml index f53963d..a9f898d 100644 --- a/function-reference/query-functions/text.xml +++ b/function-reference/query-functions/text.xml @@ -102,10 +102,13 @@ query variables and similar state. - has_version pkg + has_version pkg[flag] - True if pkg (can include version specifiers) is installed. + True if pkg (can include version specifiers and + ) + is installed. Example: has_version + "=app-editors/nano-2.5.3[nls,spell]".