# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="game engine that supports playing Black & White" HOMEPAGE="https://github.com/openblack/openblack" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/openblack/openblack.git" else SRC_URI="" KEYWORDS="~amd64 ~x86" fi LICENSE="" SLOT="0" IUSE="" BDEPEND=" dev-libs/stb "