diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-27 11:22:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-27 11:22:38 +0000 |
commit | 1db7c361e14cde011adec9d2f9b919ce90ff8fba (patch) | |
tree | 407de97b1c3552f418e5dad02cba5c9264fd1d11 /sci-libs/htslib | |
parent | Stable for x86, wrt bug #541614 (diff) | |
download | gentoo-2-1db7c361e14cde011adec9d2f9b919ce90ff8fba.tar.gz gentoo-2-1db7c361e14cde011adec9d2f9b919ce90ff8fba.tar.bz2 gentoo-2-1db7c361e14cde011adec9d2f9b919ce90ff8fba.zip |
Stable for x86, wrt bug #540646
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/htslib')
-rw-r--r-- | sci-libs/htslib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/htslib/htslib-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/htslib/ChangeLog b/sci-libs/htslib/ChangeLog index 18b7bb824aae..cd98f72b98f6 100644 --- a/sci-libs/htslib/ChangeLog +++ b/sci-libs/htslib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/htslib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v 1.9 2015/05/21 13:29:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v 1.10 2015/05/27 11:22:38 ago Exp $ + + 27 May 2015; Agostino Sarubbo <ago@gentoo.org> htslib-1.0.ebuild: + Stable for x86, wrt bug #540646 21 May 2015; Agostino Sarubbo <ago@gentoo.org> htslib-1.0.ebuild: Stable for amd64, wrt bug #540646 diff --git a/sci-libs/htslib/htslib-1.0.ebuild b/sci-libs/htslib/htslib-1.0.ebuild index 56917293d8dd..a71ad5f1e3c1 100644 --- a/sci-libs/htslib/htslib-1.0.ebuild +++ b/sci-libs/htslib/htslib-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.0.ebuild,v 1.5 2015/05/21 13:29:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.0.ebuild,v 1.6 2015/05/27 11:22:38 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" src_prepare() { |