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 A1C7D139694 for ; Thu, 4 May 2017 20:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24E96E0C11; Thu, 4 May 2017 20:17:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F10ECE0C11 for ; Thu, 4 May 2017 20:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E6D43416BE for ; Thu, 4 May 2017 20:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 387BB7439 for ; Thu, 4 May 2017 20:17:24 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1493929040.e42379455de7157601a6c193400a02e3a2c3b12b.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygame/pygame-1.9.3.ebuild X-VCS-Directories: dev-python/pygame/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: e42379455de7157601a6c193400a02e3a2c3b12b X-VCS-Branch: master Date: Thu, 4 May 2017 20:17:24 +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: b412c4ec-3996-4929-9e8e-a010f00c81ed X-Archives-Hash: 37b8e4bb346a700d6a1e2f600d675049 commit: e42379455de7157601a6c193400a02e3a2c3b12b Author: Markus Meier gentoo org> AuthorDate: Thu May 4 20:17:13 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu May 4 20:17:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4237945 dev-python/pygame: add ~arm, bug #616712 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-python/pygame/pygame-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygame/pygame-1.9.3.ebuild b/dev-python/pygame/pygame-1.9.3.ebuild index 0b73437b498..0debce8f3df 100644 --- a/dev-python/pygame/pygame-1.9.3.ebuild +++ b/dev-python/pygame/pygame-1.9.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="doc examples midi X" DEPEND="dev-python/numpy[${PYTHON_USEDEP}]