Install this version:
emerge -a =sys-libs/zlib-1.2.8.2015.12.26
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-libs/zlib-1.2.8.2015.12.26
Or alternatively:
emerge --autounmask-write -a =sys-libs/zlib-1.2.8.2015.12.26
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.8.2015.12.26 | 7 | ~amd64 | 0/1 |
# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Standard (de)compression library (Sortix's libz fork)"
HOMEPAGE="https://sortix.org/libz/"
SRC_URI="https://sortix.org/libz/release/libz-${PV}.tar.gz"
LICENSE="ZLIB"
SLOT="0/1"
KEYWORDS="~amd64"
RDEPEND="!sys-libs/zlib:0"
S="${WORKDIR}/libz-${PV}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libz-1.2.8.2015.12.26.tar.gz | 135668 bytes | https://sortix.org/libz/release/libz-1.2.8.2015.12.26.tar.gz |