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 284F8138341 for ; Tue, 18 Oct 2016 19:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8E77E0B41; Tue, 18 Oct 2016 19:26:47 +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 B0FE3E0B41 for ; Tue, 18 Oct 2016 19:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4774B341597 for ; Tue, 18 Oct 2016 19:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A1E24AB for ; Tue, 18 Oct 2016 19:26:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476818776.70e1ecd04bd557f37c4adaaef46b868e9186db71.pacho@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 X-VCS-Directories: app-text/xmldiff/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 70e1ecd04bd557f37c4adaaef46b868e9186db71 X-VCS-Branch: master Date: Tue, 18 Oct 2016 19:26:42 +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: 9df08caa-5e8f-427b-a86a-cc656c384504 X-Archives-Hash: a24054ee956add718829977ccdb5abf4 commit: 70e1ecd04bd557f37c4adaaef46b868e9186db71 Author: Pacho Ramos gentoo org> AuthorDate: Tue Oct 18 19:08:33 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Oct 18 19:26:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e1ecd0 app-text/xmldiff: amd64/x86 stable, bug #593110 Package-Manager: portage-2.3.1 app-text/xmldiff/xmldiff-0.6.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild index 2af557d..448481e 100644 --- a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" +KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc x86 ~x86-linux" IUSE="" DEPEND="dev-python/pyxml[${PYTHON_USEDEP}]"