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 189DF1388AA for ; Wed, 6 Feb 2013 09:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEAEAE0384; Wed, 6 Feb 2013 09:09:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77A37E04C1 for ; Wed, 6 Feb 2013 09:09:32 +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 4DB0433DF8F for ; Wed, 6 Feb 2013 09:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 944AFE4073 for ; Wed, 6 Feb 2013 09:09:29 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1360141816.3b4c2f5975f036977fe0e9388eee8769411e528b.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: ufed-curses-help.c ufed.8.in X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: 3b4c2f5975f036977fe0e9388eee8769411e528b X-VCS-Branch: master Date: Wed, 6 Feb 2013 09:09:29 +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: 797cb839-7ac6-4e51-97ee-7bf9013d575f X-Archives-Hash: 5b58d96ad01217917ebede22496af7b3 commit: 3b4c2f5975f036977fe0e9388eee8769411e528b Author: Sven Eden gmx de> AuthorDate: Wed Feb 6 09:10:16 2013 +0000 Commit: Sven Eden gmx de> CommitDate: Wed Feb 6 09:10:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=3b4c2f59 Added missing information that the IUSE line from installed packages influence the 'P' column. --- ufed-curses-help.c | 2 +- ufed.8.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ufed-curses-help.c b/ufed-curses-help.c index 87fbb74..fb54bf5 100644 --- a/ufed-curses-help.c +++ b/ufed-curses-help.c @@ -66,7 +66,7 @@ static void init_lines(void) "M : Either 'M' for Masked (always disabled), 'F' for Forced (always " "enabled) or empty for regular flags.", "D : Default settings from make.defaults.", -"P : Package settings from package.use.", +"P : Package settings from package.use and IUSE for installed packages.", "C : Configration setting from make.conf.", "S : Scope of the description, package specific descriptions have an 'L' " "for \"local\".", diff --git a/ufed.8.in b/ufed.8.in index 430e576..23886b7 100644 --- a/ufed.8.in +++ b/ufed.8.in @@ -47,7 +47,7 @@ enabled) or empty for regular flags. .br D : Default settings from make.defaults. .br -P : Package settings from package.use. +P : Package settings from package.use and IUSE for installed packages. .br C : Configration setting from make.conf. .br