Install this version:
emerge -a =dev-libs/miniz-3.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/miniz-3.1.1
Or alternatively:
emerge --autounmask-write -a =dev-libs/miniz-3.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.1 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 | 0/3.1.1 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Lossless, high performance data compression library"
HOMEPAGE="https://github.com/richgel999/miniz"
SRC_URI="https://github.com/richgel999/miniz/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
DOCS=( ChangeLog.md readme.md )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | miniz-3.1.1.tar.gz | 287313 bytes | https://github.com/richgel999/miniz/archive/3.1.1.tar.gz |