Install this version:
emerge -a =dev-libs/protozero-1.8.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/protozero-1.8.2
Or alternatively:
emerge --autounmask-write -a =dev-libs/protozero-1.8.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.8.2 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos | 0 |
# Copyright 2008-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Minimalistic protocol buffer decoder and encoder in C++"
HOMEPAGE="https://github.com/mapbox/protozero"
SRC_URI="https://github.com/mapbox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE=""
BDEPEND=""
DEPEND=""
RDEPEND=""
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | protozero-1.8.2.tar.gz | 1126935 bytes | https://github.com/mapbox/protozero/archive/v1.8.2.tar.gz |