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 60578139085 for ; Wed, 11 Jan 2017 10:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B89C321C084; Wed, 11 Jan 2017 10:47:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9A67321C084 for ; Wed, 11 Jan 2017 10:47:17 +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 AB72A340AC7 for ; Wed, 11 Jan 2017 10:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16DE6261E for ; Wed, 11 Jan 2017 10:47:15 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1484131616.adf245d51bb140cafe6b99e88a18ed94a8faceed.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysaml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysaml2/pysaml2-4.0.2-r1.ebuild X-VCS-Directories: dev-python/pysaml2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: adf245d51bb140cafe6b99e88a18ed94a8faceed X-VCS-Branch: master Date: Wed, 11 Jan 2017 10:47:15 +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: 166e83ea-52ce-483c-9555-2a2411cf4b6c X-Archives-Hash: a27aa9f0e6e34272cb23c4336aa26096 commit: adf245d51bb140cafe6b99e88a18ed94a8faceed Author: Aaron Bauman gentoo org> AuthorDate: Wed Jan 11 10:46:56 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jan 11 10:46:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf245d5 dev-python/pysaml2: amd64 stable Package-Manager: portage-2.3.0 dev-python/pysaml2/pysaml2-4.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pysaml2/pysaml2-4.0.2-r1.ebuild b/dev-python/pysaml2/pysaml2-4.0.2-r1.ebuild index 69aac4c..2cfd6a8 100644 --- a/dev-python/pysaml2/pysaml2-4.0.2-r1.ebuild +++ b/dev-python/pysaml2/pysaml2-4.0.2-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="" PATCHES=( "${FILESDIR}/xxe-4.0.2.patch" )