Install this version:
emerge -a =dev-cpp/libbinio-1.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/libbinio-1.5
Or alternatively:
emerge --autounmask-write -a =dev-cpp/libbinio-1.5
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Binary I/O stream class library"
HOMEPAGE="https://github.com/adplug/libbinio"
SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
BDEPEND="sys-apps/texinfo"
PATCHES=(
"${FILESDIR}"/${P}-cstdio.patch
)
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p dev-cpp/libbinio |
euse -E <flag> -p dev-cpp/libbinio |
euse -D <flag> -p dev-cpp/libbinio
sys-apps/texinfo
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libbinio-1.5.tar.bz2 | 426385 bytes | https://github.com/adplug/libbinio/releases/download/libbinio-1.5/libbinio-1.5.tar.bz2 |