Install this version:
emerge -a =dev-util/bcunit-5.4.118
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/bcunit-5.4.118
Or alternatively:
emerge --autounmask-write -a =dev-util/bcunit-5.4.118
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="BC Unit Test Framework"
HOMEPAGE="https://gitlab.linphone.org/BC/public/bcunit"
SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples test"
RESTRICT="test" # fails: BCUnit_intl.h: No such file or directory
BDEPEND="virtual/pkgconfig"
src_configure() {
# interface to ncurses broken
local mycmakeargs=(
-DENABLE_BCUNIT_CURSES="OFF"
-DENABLE_BCUNIT_DOC="$(usex doc)"
-DENABLE_BCUNIT_EXAMPLES="$(usex examples)"
-DENABLE_BCUNIT_MEMTRACE="$(usex debug)"
-DENABLE_BCUNIT_TEST="$(usex test)"
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-util/bcunit |
euse -E <flag> -p dev-util/bcunit |
euse -D <flag> -p dev-util/bcunit
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bcunit-5.4.118.tar.bz2 | 248469 bytes | https://gitlab.linphone.org/BC/public/bcunit/-/archive/5.4.118/bcunit-5.4.118.tar.bz2 |