# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: 21c147ceab1d74be5516d1098776235fa62d51a7 $ EAPI=8 inherit cmake DESCRIPTION="Library of persistent and immutable data structures written in C++" HOMEPAGE="https://github.com/arximboldi/immer" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/arximboldi/immer.git" else SRC_URI="https://github.com/arximboldi/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="" SLOT="0" IUSE="" BDEPEND="dev-cpp/catch"