# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 H=2d02e4655e1b08d1ca9ee7c0aade40f59f046460 # "bump to 4.7" inherit cmake DESCRIPTION="The Vampire Prover, theorem prover for first-order logic" HOMEPAGE="https://vprover.github.io" if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/vprover/${PN}.git" EGIT_SUBMODULES=() else SRC_URI="https://github.com/vprover/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${H} KEYWORDS="~amd64 ~x86" fi LICENSE="BSD" SLOT="0/${PV}" IUSE="debug +z3" # debug mode needs to be enabled for tests # https://github.com/vprover/vampire/blob/8197e1d2d86a0b276b5fcb6c02d8122f66b7277e/CMakeLists.txt#L38 RESTRICT="!debug? ( test )" RDEPEND=" z3? ( dev-libs/gmp:=