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 24273138247 for ; Thu, 23 Jan 2014 01:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A8DE0BEC; Thu, 23 Jan 2014 01:07:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03204E0BC3 for ; Thu, 23 Jan 2014 01:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A8BED33FB5E for ; Thu, 23 Jan 2014 01:07:56 +0000 (UTC) From: Mike Frysinger To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [PATCH] ebuild(5): document usev Date: Wed, 22 Jan 2014 20:07:58 -0500 Message-Id: <1390439278-29174-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.8.4.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: 9eb902fa-e32e-4e4c-ac8b-11f9372f5cfc X-Archives-Hash: f0ccabab3ff3a0e61e17e33896b524fb Committed as obvious. --- man/ebuild.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/ebuild.5 b/man/ebuild.5 index 32c3ea6..89bd6a2 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1003,6 +1003,9 @@ fi .fi .RE .TP +.B usev\fR \fI +Like \fBuse\fR, but also echoes \fIUSE item\fR when \fBuse\fR returns true. +.TP .B usex\fR \fI\fR \fI[true output]\fR \fI[false output]\fR \fI[true \ suffix]\fR \fI[false suffix] If USE flag is set, echo [true output][true suffix] (defaults to -- 1.8.4.3