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 531B51381F3 for ; Tue, 13 Aug 2013 18:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3AD3E0AB0; Tue, 13 Aug 2013 18:17:02 +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 7D6FEE0AB0 for ; Tue, 13 Aug 2013 18:17:02 +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 95A0A33EB6D for ; Tue, 13 Aug 2013 18:17:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 26D8AE468F for ; Tue, 13 Aug 2013 18:17:00 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1376417805.7b3a58ee5d5aab8e12edaf65aa2ef68c4d85e8a3.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/util/_desktop_entry.py X-VCS-Directories: pym/portage/util/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7b3a58ee5d5aab8e12edaf65aa2ef68c4d85e8a3 X-VCS-Branch: master Date: Tue, 13 Aug 2013 18:17:00 +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: 016953e2-8df2-40b7-9acd-b2a7e0c99f3d X-Archives-Hash: d8a84e9394cd3257414ecbc523748a1d commit: 7b3a58ee5d5aab8e12edaf65aa2ef68c4d85e8a3 Author: Zac Medico gentoo org> AuthorDate: Tue Aug 13 18:16:45 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Aug 13 18:16:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7b3a58ee Fix last commit. --- pym/portage/util/_desktop_entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/util/_desktop_entry.py b/pym/portage/util/_desktop_entry.py index efd2136..0b49547 100644 --- a/pym/portage/util/_desktop_entry.py +++ b/pym/portage/util/_desktop_entry.py @@ -81,7 +81,7 @@ def validate_desktop_entry(path): if msg.startswith('hint: ') or msg in _ignored_errors: continue if 'for key "NotShowIn" in group "Desktop Entry"' in msg or \ - 'for key "OnlyShowIn" in group "Desktop Entry"': + 'for key "OnlyShowIn" in group "Desktop Entry"' in msg: exempt = False for s in _ShowIn_exemptions: if s in msg: