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 A0487138206 for ; Mon, 25 Apr 2016 15:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC2AF21C030; Mon, 25 Apr 2016 15:32:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 930EA21C030 for ; Mon, 25 Apr 2016 15:32:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F219340B27 for ; Mon, 25 Apr 2016 15:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D7CD96B for ; Mon, 25 Apr 2016 15:32:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1461598133.fa237acb3e15d18877237f034194cf879e879170.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/_xml.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: fa237acb3e15d18877237f034194cf879e879170 X-VCS-Branch: repoman Date: Mon, 25 Apr 2016 15:32:28 +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: 4836cc5d-9262-4792-bad1-50e2ad9147fd X-Archives-Hash: 623f41441cfbe0b99e0fab9b99d50bc8 commit: fa237acb3e15d18877237f034194cf879e879170 Author: Zac Medico gentoo org> AuthorDate: Sat Apr 16 19:57:08 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Apr 25 15:28:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fa237acb XmlLint: remove incorred self._is_capable setting This setting interferred with the fix for bug 567746. pym/repoman/_xml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/repoman/_xml.py b/pym/repoman/_xml.py index f7ff9fb..d55dda5 100644 --- a/pym/repoman/_xml.py +++ b/pym/repoman/_xml.py @@ -60,7 +60,6 @@ class XmlLint(object): self.repoman_settings = repoman_settings self._is_capable = metadata_dtd is not None self.binary = None - self._is_capable = False self._check_capable() def _check_capable(self):