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 231E71381F3 for ; Wed, 4 Sep 2013 05:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2760AE1224; Wed, 4 Sep 2013 05:11:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A45FE1225 for ; Wed, 4 Sep 2013 05:11:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7829033EAF5 for ; Wed, 4 Sep 2013 05:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3312EE545E for ; Wed, 4 Sep 2013 05:11:37 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1377836422.29a26f5fdc657e92707210f9e6cf5cb8889c3c00.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/psychopy/psychopy-9999.ebuild X-VCS-Directories: sci-biology/psychopy/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 29a26f5fdc657e92707210f9e6cf5cb8889c3c00 X-VCS-Branch: master Date: Wed, 4 Sep 2013 05:11:37 +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: c9020b39-ef63-4ced-920b-23ea45f0c1e1 X-Archives-Hash: 86ffefc105a19c6e2332b19801f52221 commit: 29a26f5fdc657e92707210f9e6cf5cb8889c3c00 Author: Horea Christian mail ru> AuthorDate: Fri Aug 30 04:20:22 2013 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Fri Aug 30 04:20:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=29a26f5f Removed keywords --- sci-biology/psychopy/psychopy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild index cc02416..f6100a2 100644 --- a/sci-biology/psychopy/psychopy-9999.ebuild +++ b/sci-biology/psychopy/psychopy-9999.ebuild @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/psychopy/psychopy.git" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"