Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/coot/
Date: Fri, 25 Sep 2015 08:11:10
Message-Id: 1443168167.095eb81a85b2248e11639c414db511d2190c8abc.jlec@gentoo
1 commit: 095eb81a85b2248e11639c414db511d2190c8abc
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 08:02:47 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 08:02:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095eb81a
7
8 sci-chemistry/coot: Add KEYWORDS back
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-chemistry/coot/coot-0.8.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/coot/coot-0.8.2.ebuild b/sci-chemistry/coot/coot-0.8.2.ebuild
17 index 0c45a43..18309ee 100644
18 --- a/sci-chemistry/coot/coot-0.8.2.ebuild
19 +++ b/sci-chemistry/coot/coot-0.8.2.ebuild
20 @@ -23,7 +23,7 @@ SRC_URI="http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/source/releases/${M
21
22 SLOT="0"
23 LICENSE="GPL-3"
24 -KEYWORDS=""
25 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 IUSE="+openmp static-libs test"
27
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"