mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-cpp/gsl: Fix tests
Actually apply the patch as well. Closes: https://bugs.gentoo.org/636828
This commit is contained in:
@@ -18,6 +18,10 @@ IUSE="test"
|
||||
RDEPEND=""
|
||||
DEPEND="test? ( >=dev-cpp/catch-1.11.0 )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-use_system_catch-636828.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=( -DGSL_TEST=$(usex test) )
|
||||
cmake-utils_src_configure
|
||||
|
||||
Reference in New Issue
Block a user