From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 340BD1382C5 for ; Sat, 21 Apr 2018 07:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D586E086D; Sat, 21 Apr 2018 07:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B3DAE086C for ; Sat, 21 Apr 2018 07:53:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 301A5335C49 for ; Sat, 21 Apr 2018 07:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1CB1270 for ; Sat, 21 Apr 2018 07:53:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524297184.9c139c2c388d0f41821830c54d8e9ed1cce66e44.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmldiff/xmldiff-0.6.10-r1.ebuild app-text/xmldiff/xmldiff-0.6.10-r2.ebuild X-VCS-Directories: app-text/xmldiff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9c139c2c388d0f41821830c54d8e9ed1cce66e44 X-VCS-Branch: master Date: Sat, 21 Apr 2018 07:53:10 +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: 3477281e-7320-496e-9947-afc349310241 X-Archives-Hash: 2d9b8579a9d795064a676fc5c643b34f commit: 9c139c2c388d0f41821830c54d8e9ed1cce66e44 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 21 07:03:52 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 21 07:53:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c139c2c app-text/xmldiff: Remove obsolete dep on dev-python/pyxml Closes: https://bugs.gentoo.org/367743 .../xmldiff/{xmldiff-0.6.10-r1.ebuild => xmldiff-0.6.10-r2.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild similarity index 88% rename from app-text/xmldiff/xmldiff-0.6.10-r1.ebuild rename to app-text/xmldiff/xmldiff-0.6.10-r2.ebuild index 258bcb5872b..e116f9beb7a 100644 --- a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.10-r2.ebuild @@ -16,7 +16,4 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-linux" IUSE="" -DEPEND="dev-python/pyxml[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - DOCS=( ChangeLog README README.xmlrev TODO )