Install this version:
emerge -a =dev-util/bcunit-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/bcunit-9999
Or alternatively:
emerge --autounmask-write -a =dev-util/bcunit-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="BC Unit Test Framework"
HOMEPAGE="https://gitlab.linphone.org/BC/public/bcunit"
EGIT_REPO_URI="https://gitlab.linphone.org/BC/public/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
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
virtual/pkgconfig