# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="Library of persistent and immutable data structures written in C++" HOMEPAGE="https://sinusoid.es/immer/" SRC_URI="https://github.com/arximboldi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" dev-libs/boost:= dev-libs/boehm-gc " DEPEND="${RDEPEND}" BDEPEND=" test? (