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 1300C139085 for ; Wed, 8 Feb 2017 13:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E57FE0C37; Wed, 8 Feb 2017 13:42:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7CC55E0C37 for ; Wed, 8 Feb 2017 13:42:56 +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 0A6093416C8 for ; Wed, 8 Feb 2017 13:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23CB67EA for ; Wed, 8 Feb 2017 13:42:53 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1486561349.c65de1355aee72e9929de2fbc470e680dc0dbeba.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3987/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rfc3987/rfc3987-1.3.7.ebuild X-VCS-Directories: dev-python/rfc3987/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c65de1355aee72e9929de2fbc470e680dc0dbeba X-VCS-Branch: master Date: Wed, 8 Feb 2017 13:42:53 +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: e4294d72-1650-46bf-b957-4709369dded0 X-Archives-Hash: a734478aa1cc554f9bf28384ed0302c8 commit: c65de1355aee72e9929de2fbc470e680dc0dbeba Author: Manuel Rüger gentoo org> AuthorDate: Wed Feb 8 13:42:29 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Feb 8 13:42:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65de135 dev-python/rfc3987: Keyword ~ppc, ~ppc64, ~sparc and ~x86 under ALLARCHES policy Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/rfc3987/rfc3987-1.3.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild b/dev-python/rfc3987/rfc3987-1.3.7.ebuild index 75bdda89b0..3a03b27f55 100644 --- a/dev-python/rfc3987/rfc3987-1.3.7.ebuild +++ b/dev-python/rfc3987/rfc3987-1.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-python/regex[${PYTHON_USEDEP}]"