Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/hmmer/
Date: Mon, 06 Feb 2017 21:27:46
Message-Id: 1486416358.99b5ad341522b2e3b1a5c99d3fa7029d521f2351.soap@gentoo
1 commit: 99b5ad341522b2e3b1a5c99d3fa7029d521f2351
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 20:48:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 21:25:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b5ad34
7
8 sci-biology/hmmer: Only keep amd64 and x86 in KEYWORDS
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3856
12
13 sci-biology/hmmer/hmmer-2.3.2-r3.ebuild | 4 ++--
14 sci-biology/hmmer/hmmer-2.3.2-r4.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild b/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
18 index 9868ec1..bd980ed 100644
19 --- a/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
20 +++ b/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.genetics.wustl.edu/pub/eddy/${PN}/${PV}/${P}.tar.gz"
28
29 SLOT="0"
30 IUSE="threads test"
31 -KEYWORDS="~alpha amd64 ia64 ~ppc ppc64 ~sparc x86"
32 +KEYWORDS="amd64 x86"
33
34 DEPEND=""
35 RDEPEND=""
36
37 diff --git a/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild b/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild
38 index 7cecfe6..af2cbfd 100644
39 --- a/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild
40 +++ b/sci-biology/hmmer/hmmer-2.3.2-r4.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -11,7 +11,7 @@ SRC_URI="http://eddylab.org/software/${PN}/${PV}/${P}.tar.gz"
48
49 SLOT="2"
50 IUSE="altivec test threads"
51 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
52 +KEYWORDS="~amd64 ~x86"
53
54 DEPEND="test? ( dev-lang/perl )"
55 RDEPEND=""