Install this version:
emerge -a =dev-cpp/backward-cpp-1.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/backward-cpp-1.6
Or alternatively:
emerge --autounmask-write -a =dev-cpp/backward-cpp-1.6
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A beautiful stack trace pretty printer for C++"
HOMEPAGE="https://github.com/bombela/backward-cpp"
SRC_URI="https://github.com/bombela/backward-cpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="sys-libs/binutils-libs:="
DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
-DBACKWARD_SHARED=OFF
-DBACKWARD_TESTS=$(usex test ON OFF)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-cpp/backward-cpp |
euse -E <flag> -p dev-cpp/backward-cpp |
euse -D <flag> -p dev-cpp/backward-cpp
sys-libs/binutils-libs:=
sys-libs/binutils-libs:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | backward-cpp-1.6.gh.tar.gz | 198755 bytes | https://github.com/bombela/backward-cpp/archive/refs/tags/v1.6.tar.gz |