From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5EAAE138010 for ; Tue, 11 Sep 2012 20:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F1DA21C033; Tue, 11 Sep 2012 20:41:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1824A21C033 for ; Tue, 11 Sep 2012 20:41:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80F4833C99E for ; Tue, 11 Sep 2012 20:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 48285E543C for ; Tue, 11 Sep 2012 20:41:19 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1347313801.ad2484e3d4341d798d1db749ec8d1c09c31a8892.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-5 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: ad2484e3d4341d798d1db749ec8d1c09c31a8892 X-VCS-Branch: eapi-5 Date: Tue, 11 Sep 2012 20:41:19 +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: 5d16a4a2-fa65-4ff1-80f5-b9ef036c18da X-Archives-Hash: 69040b61a8e2343c26b23d405fcb0e06 commit: ad2484e3d4341d798d1db749ec8d1c09c31a8892 Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 10 21:50:01 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Mon Sep 10 21:50:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=ad2484e3 Allow !flag as argument of usex. --- pkg-mgr-commands.tex | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index a6dd807..e4134e9 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -669,6 +669,7 @@ instead of \t{-{}-with-} or \t{-{}-without-}. values. If not provided, \t{\$\{arg2\}} and \t{\$\{arg3\}} default to \t{yes} and \t{no}, respectively; \t{\$\{arg4\}} and \t{\$\{arg5\}} default to the empty string. If the USE flag is set, outputs \t{\$\{arg2\}\$\{arg4\}}. Otherwise, outputs \t{\$\{arg3\}\$\{arg5\}}. + The condition is inverted if the flag name is prefixed with~\t{!}. Only available in EAPIs listed in table~\ref{tab:usex-table} as supporting \t{usex}. \end{description}