diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 13:29:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 13:29:34 +0000 |
commit | 773cbec90be51089f1f94d0ff74cb38f3913c3d7 (patch) | |
tree | 7fbe05aac7da12420dd69db8253c6d29d571a2e0 /sci-libs | |
parent | Stable for amd64, wrt bug #547680 (diff) | |
download | gentoo-2-773cbec90be51089f1f94d0ff74cb38f3913c3d7.tar.gz gentoo-2-773cbec90be51089f1f94d0ff74cb38f3913c3d7.tar.bz2 gentoo-2-773cbec90be51089f1f94d0ff74cb38f3913c3d7.zip |
Stable for amd64, wrt bug #540646
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/htslib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/htslib/htslib-1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/htslib/ChangeLog b/sci-libs/htslib/ChangeLog index b1db4db561cd..18b7bb824aae 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.8 2015/04/07 14:41:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v 1.9 2015/05/21 13:29:34 ago Exp $ + + 21 May 2015; Agostino Sarubbo <ago@gentoo.org> htslib-1.0.ebuild: + Stable for amd64, wrt bug #540646 *htslib-1.2.1 (18 Feb 2015) diff --git a/sci-libs/htslib/htslib-1.0.ebuild b/sci-libs/htslib/htslib-1.0.ebuild index 069daa00cd31..56917293d8dd 100644 --- a/sci-libs/htslib/htslib-1.0.ebuild +++ b/sci-libs/htslib/htslib-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.4 2014/09/20 19:20:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.0.ebuild,v 1.5 2015/05/21 13:29:34 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() { |