diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 09:59:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 09:59:04 +0100 |
commit | 8d367cf57a082dc88d24a5bf22aadb90c18709a3 (patch) | |
tree | d5e983f004d4aabef5f553d595280e0ff64c6b22 /sci-libs | |
parent | dev-go/siphash: amd64 stable wrt bug #713234 (diff) | |
download | gentoo-8d367cf57a082dc88d24a5bf22aadb90c18709a3.tar.gz gentoo-8d367cf57a082dc88d24a5bf22aadb90c18709a3.tar.bz2 gentoo-8d367cf57a082dc88d24a5bf22aadb90c18709a3.zip |
sci-libs/htslib: amd64 stable wrt bug #713236
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/htslib/htslib-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/htslib/htslib-1.9.ebuild b/sci-libs/htslib/htslib-1.9.ebuild index 69df48a332f2..327ffeed1ef8 100644 --- a/sci-libs/htslib/htslib-1.9.ebuild +++ b/sci-libs/htslib/htslib-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2" SLOT="0/2" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+bzip2 curl +lzma static-libs" RDEPEND=" |