From 78db24b58a7f75bf18548cbf5c3b210f2f33f2f4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 14 May 2023 22:02:07 +0100 Subject: gentoo auto-resync : 14:05:2023 - 22:02:07 --- dev-util/mdds/mdds-2.0.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-util/mdds/mdds-2.0.3.ebuild') diff --git a/dev-util/mdds/mdds-2.0.3.ebuild b/dev-util/mdds/mdds-2.0.3.ebuild index 93686c75fc02..695e17e37bac 100644 --- a/dev-util/mdds/mdds-2.0.3.ebuild +++ b/dev-util/mdds/mdds-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ HOMEPAGE="https://gitlab.com/mdds/mdds" LICENSE="MIT" SLOT="1/2.0" # Check API version on version bumps! -IUSE="doc openmp valgrind test" +IUSE="doc openmp test" RESTRICT="!test? ( test )" BDEPEND=" @@ -25,7 +25,6 @@ BDEPEND=" app-doc/doxygen dev-python/sphinx ) - valgrind? ( dev-util/valgrind ) " DEPEND="dev-libs/boost:=" RDEPEND="${DEPEND}" @@ -47,9 +46,9 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-memory_tests $(use_enable doc docs) $(use_enable openmp) - $(use_enable valgrind memory_tests) ) econf "${myeconfargs[@]}" } -- cgit v1.2.3