Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/htslib/
Date: Mon, 27 Feb 2017 02:31:30
Message-Id: 1488132440.8b0e3624af602d97dfbce3a44eb263d5a05c9e45.junghans@gentoo
1 commit: 8b0e3624af602d97dfbce3a44eb263d5a05c9e45
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 18:06:40 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 18:07:20 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b0e3624
7
8 sci-libs/htslib: Remove KEYWORDS due to being broken
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-libs/htslib/htslib-1.3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/htslib/htslib-1.3.2.ebuild b/sci-libs/htslib/htslib-1.3.2.ebuild
16 index 0dac55735..2ca68eb3f 100644
17 --- a/sci-libs/htslib/htslib-1.3.2.ebuild
18 +++ b/sci-libs/htslib/htslib-1.3.2.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2"
20
21 SLOT="0"
22 LICENSE="MIT"
23 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS=""
25 IUSE="static-libs"
26
27 src_install() {