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 6664013888F for ; Wed, 14 Oct 2015 15:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E23C321C017; Wed, 14 Oct 2015 15:43:55 +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 03C8921C00F for ; Wed, 14 Oct 2015 15:43:55 +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 A97CC340A67 for ; Wed, 14 Oct 2015 15:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AC4210D0 for ; Wed, 14 Oct 2015 15:43:50 +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: <1444837423.8441357da249ec22a013d56bbf90b39d6bb0fe96.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pastedeploy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pastedeploy/pastedeploy-1.5.2.ebuild X-VCS-Directories: dev-python/pastedeploy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8441357da249ec22a013d56bbf90b39d6bb0fe96 X-VCS-Branch: master Date: Wed, 14 Oct 2015 15:43:50 +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: e4b203cb-6c71-4615-b4d6-7773a7b8f333 X-Archives-Hash: 3170912393d47c7a1547d4023cb44555 commit: 8441357da249ec22a013d56bbf90b39d6bb0fe96 Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 14 15:25:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 14 15:43:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8441357d dev-python/pastedeploy: Keyword under ALLARCHES policy Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index e990cd9..d36ecab 100644 --- a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild +++ b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"