Diff htslib-1.20 with a htslib-1.23
| /usr/portage/sci-libs/htslib/htslib-1.23.ebuild 2026-02-10 11:18:08.780766345 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="MIT" |
| 13 | 13 |
SLOT="0/3" |
| 14 |
KEYWORDS="amd64 ~x86" |
|
| 14 |
KEYWORDS="~amd64 ~x86" |
|
| 15 | 15 |
IUSE="+bzip2 curl +lzma" |
| 16 | 16 | |
| 17 | 17 |
RDEPEND=" |
| ... | ... | |
| 34 | 34 |
econf \ |
| 35 | 35 |
--disable-gcs \ |
| 36 | 36 |
--disable-plugins \ |
| 37 |
--disable-ref-cache \ |
|
| 37 | 38 |
--disable-s3 \ |
| 38 | 39 |
$(use_enable bzip2 bz2) \ |
| 39 | 40 |
$(use_enable curl libcurl) \ |