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 401B01388BF for ; Wed, 17 Feb 2016 20:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62E221C001; Wed, 17 Feb 2016 20:13:30 +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 801BF21C001 for ; Wed, 17 Feb 2016 20:13:30 +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 72BD6340C98 for ; Wed, 17 Feb 2016 20:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D94ABCEB for ; Wed, 17 Feb 2016 20:13:22 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1455739944.a502968555c7840cd471affd96d3c3ac670bbbd8.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipy/ipy-0.83.ebuild X-VCS-Directories: dev-python/ipy/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a502968555c7840cd471affd96d3c3ac670bbbd8 X-VCS-Branch: master Date: Wed, 17 Feb 2016 20:13:22 +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: ed4f0dc9-0814-4a48-89b8-d28fdb2a2ed8 X-Archives-Hash: 463f37d6be05a9f9d8b21c92ca598933 commit: a502968555c7840cd471affd96d3c3ac670bbbd8 Author: Mike Frysinger gentoo org> AuthorDate: Wed Feb 17 20:12:24 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Feb 17 20:12:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5029685 dev-python/ipy: add arm/arm64/mips love dev-python/ipy/ipy-0.83.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild index f3027bc..b5c1f08 100644 --- a/dev-python/ipy/ipy-0.83.ebuild +++ b/dev-python/ipy/ipy-0.83.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"