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 369EE138208 for ; Sun, 1 May 2016 07:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4318921C007; Sun, 1 May 2016 07:24:20 +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 D8B9B21C007 for ; Sun, 1 May 2016 07:24:19 +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 33338340BE2 for ; Sun, 1 May 2016 07:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A4F79 for ; Sun, 1 May 2016 07:24:14 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1462087415.729d2d17c0159ef873c97da5777b03e05c567d15.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild X-VCS-Directories: dev-python/xmltodict/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 729d2d17c0159ef873c97da5777b03e05c567d15 X-VCS-Branch: master Date: Sun, 1 May 2016 07:24:14 +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: 1c395823-21cc-4f56-8091-6aa75ab6a603 X-Archives-Hash: 38644e58e335413a6e5687649122961d commit: 729d2d17c0159ef873c97da5777b03e05c567d15 Author: Jason Zaman gentoo org> AuthorDate: Sun May 1 07:21:32 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun May 1 07:23:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729d2d17 dev-python/xmltodict: stable for all arches, bug 581694 Package-Manager: portage-2.2.26 dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild b/dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild index a969498..9736384 100644 --- a/dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild +++ b/dev-python/xmltodict/xmltodict-0.10.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]