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 D5DD71393EB for ; Mon, 10 Mar 2014 06:00:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1635E0AE4; Mon, 10 Mar 2014 06:00:08 +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 0A516E0AE4 for ; Mon, 10 Mar 2014 06:00:07 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 031D433F8DC for ; Mon, 10 Mar 2014 06:00:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B7899188EC for ; Mon, 10 Mar 2014 06:00:04 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1393536748.6cdfe87e10e9abbe03eba7a680dfb8aee1fafbf0.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qlist.c X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6cdfe87e10e9abbe03eba7a680dfb8aee1fafbf0 X-VCS-Branch: master Date: Mon, 10 Mar 2014 06:00:04 +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: 35802b9f-4327-4088-8316-2733b80f60d1 X-Archives-Hash: bccbcb56ece40608f5a7da5af42a0f67 commit: 6cdfe87e10e9abbe03eba7a680dfb8aee1fafbf0 Author: Tim Harder gentoo org> AuthorDate: Thu Feb 27 21:32:28 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Feb 27 21:32:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=6cdfe87e qlist: drop old -L flag from options --- qlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlist.c b/qlist.c index 5e2c365..a5a4908 100644 --- a/qlist.c +++ b/qlist.c @@ -9,7 +9,7 @@ #ifdef APPLET_qlist -#define QLIST_FLAGS "ISULcDeados" COMMON_FLAGS +#define QLIST_FLAGS "ISUcDeados" COMMON_FLAGS static struct option const qlist_long_opts[] = { {"installed", no_argument, NULL, 'I'}, {"slots", no_argument, NULL, 'S'},