sci-mathematics/clasp: includedir for catch2

Closes: https://bugs.gentoo.org/842759
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-05 17:25:14 +02:00
parent abd488bb31
commit e4b6ba24f5
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake flag-o-matic
DESCRIPTION="A conflict-driven nogood learning answer set solver"
HOMEPAGE="
@ -26,6 +26,7 @@ DEPEND="
RESTRICT="!test? ( test )"
src_prepare() {
append-cxxflags "-I/usr/include/catch2"
rm tests/catch.hpp || die
cmake_src_prepare
}