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 66D18139BC8 for ; Fri, 25 Sep 2015 08:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F2921C0EF; Fri, 25 Sep 2015 08:11:08 +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 4F15521C0EF for ; Fri, 25 Sep 2015 08:11:08 +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 613C634098E for ; Fri, 25 Sep 2015 08:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AD771F5 for ; Fri, 25 Sep 2015 08:11:04 +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: <1443168167.095eb81a85b2248e11639c414db511d2190c8abc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/coot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/coot/coot-0.8.2.ebuild X-VCS-Directories: sci-chemistry/coot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 095eb81a85b2248e11639c414db511d2190c8abc X-VCS-Branch: master Date: Fri, 25 Sep 2015 08:11:04 +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: 8a4e989b-5ecb-480f-bad7-ea20126b1922 X-Archives-Hash: 6bdc748085159eeb06c21349866604b4 commit: 095eb81a85b2248e11639c414db511d2190c8abc Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 25 08:02:47 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 25 08:02:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095eb81a sci-chemistry/coot: Add KEYWORDS back Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/coot/coot-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/coot/coot-0.8.2.ebuild b/sci-chemistry/coot/coot-0.8.2.ebuild index 0c45a43..18309ee 100644 --- a/sci-chemistry/coot/coot-0.8.2.ebuild +++ b/sci-chemistry/coot/coot-0.8.2.ebuild @@ -23,7 +23,7 @@ SRC_URI="http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/source/releases/${M SLOT="0" LICENSE="GPL-3" -KEYWORDS="" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+openmp static-libs test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"