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 A166158973 for ; Fri, 5 Feb 2016 19:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4543621C09A; Fri, 5 Feb 2016 19:45:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3B9A21C096 for ; Fri, 5 Feb 2016 19:45:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23C7C340B79 for ; Fri, 5 Feb 2016 19:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B454E105C for ; Fri, 5 Feb 2016 19:45:16 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454701503.664a5373a50cc5381eeaa4d0810eaf15ded99836.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 664a5373a50cc5381eeaa4d0810eaf15ded99836 X-VCS-Branch: master Date: Fri, 5 Feb 2016 19:45:16 +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: 18dbc90e-e35f-4ac8-8d52-6890729a087a X-Archives-Hash: e5e52132d39a4fa3dfc92b80294d38b6 commit: 664a5373a50cc5381eeaa4d0810eaf15ded99836 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 5 19:25:56 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 5 19:45:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664a5373 dev-python/jsonschema: Keyword under ALLARCHES policy Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild index 74954a1..f387e13 100644 --- a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild +++ b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild @@ -14,14 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" dev-python/rfc3986[${PYTHON_USEDEP}] dev-python/strict-rfc3339[${PYTHON_USEDEP}] dev-python/webcolors[${PYTHON_USEDEP}] - $(python_gen_cond_dep dev-python/functools32[$(python_gen_usedep 'python2*' pypy)] 'python2*' pypy) + dev-python/functools32[$(python_gen_usedep 'python2*' pypy)] " DEPEND="${RDEPEND} dev-python/vcversioner[${PYTHON_USEDEP}]