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 AEAE1139694 for ; Thu, 27 Apr 2017 07:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A60A21C099; Thu, 27 Apr 2017 07:29:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7452521C099 for ; Thu, 27 Apr 2017 07:29:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 871AA341659 for ; Thu, 27 Apr 2017 07:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27D057435 for ; Thu, 27 Apr 2017 07:29:12 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1493278135.a1ebe128c636aae912e04dbc4e1deac933ca7e0d.radhermit@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: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: a1ebe128c636aae912e04dbc4e1deac933ca7e0d X-VCS-Branch: master Date: Thu, 27 Apr 2017 07:29:12 +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: 1e2f08c1-06ca-41ce-bcee-829a54554850 X-Archives-Hash: eef74c394f7ff06a50b8fa4673a3136f commit: a1ebe128c636aae912e04dbc4e1deac933ca7e0d Author: Tim Harder gentoo org> AuthorDate: Thu Apr 27 07:27:44 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Apr 27 07:28:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ebe128 dev-python/pygame: drop keywords until portmidi is keyworded 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 612d762d743..85663969f5d 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86" IUSE="doc examples midi X" DEPEND="dev-python/numpy[${PYTHON_USEDEP}]