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 97E411382C5 for ; Fri, 4 May 2018 13:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B19E091C; Fri, 4 May 2018 13:57:23 +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 5DFA9E091C for ; Fri, 4 May 2018 13:57:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3F1BE335C72 for ; Fri, 4 May 2018 13:57:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB8F23B for ; Fri, 4 May 2018 13:57:20 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1525442223.ab4e1e024455da14eb6f038c38bd00a949cbbf6a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/defusedxml/defusedxml-0.5.0.ebuild X-VCS-Directories: dev-python/defusedxml/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ab4e1e024455da14eb6f038c38bd00a949cbbf6a X-VCS-Branch: master Date: Fri, 4 May 2018 13:57:20 +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: 5a143436-ef6e-465e-86a7-322e5b1ffe99 X-Archives-Hash: 82fd0a5def5ddbccac75c92a1e371166 commit: ab4e1e024455da14eb6f038c38bd00a949cbbf6a Author: Mart Raudsepp gentoo org> AuthorDate: Fri May 4 13:36:45 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri May 4 13:57:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4e1e02 dev-python/defusedxml-0.5.0: arm64 stable Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild index c02a5144d6f..8fb69ae23f7 100644 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser" HOMEPAGE="https://bitbucket.org/tiran/defusedxml https://pypi.org/project/defusedxml/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="examples" LICENSE="PSF-2"