sci-biology/hmmer: Only keep amd64 and x86 in KEYWORDS
authorDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 20:48:01 +0000 (21:48 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 21:25:58 +0000 (22:25 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3856

sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
sci-biology/hmmer/hmmer-2.3.2-r4.ebuild

index 9868ec14eaae44b964c9ec2640ad8ce37bd90779..bd980ed87b78583a0027f9454030c19ef0345629 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.genetics.wustl.edu/pub/eddy/${PN}/${PV}/${P}.tar.gz"
 
 SLOT="0"
 IUSE="threads test"
-KEYWORDS="~alpha amd64 ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 x86"
 
 DEPEND=""
 RDEPEND=""
index 7cecfe6247320ad1ec535983f7e4358aef719251..af2cbfd99367c31b8e8cfe4ff53b637f44144f77 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://eddylab.org/software/${PN}/${PV}/${P}.tar.gz"
 
 SLOT="2"
 IUSE="altivec test threads"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="test? ( dev-lang/perl )"
 RDEPEND=""