summaryrefslogtreecommitdiff
path: root/dev-util/mdds/mdds-2.0.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-14 22:02:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-14 22:02:07 +0100
commit78db24b58a7f75bf18548cbf5c3b210f2f33f2f4 (patch)
tree53f180d30387a94fd028e0c5a10635621ebeb98f /dev-util/mdds/mdds-2.0.3.ebuild
parent153fd195574cc30040446316bb666af0e58d985f (diff)
gentoo auto-resync : 14:05:2023 - 22:02:07
Diffstat (limited to 'dev-util/mdds/mdds-2.0.3.ebuild')
-rw-r--r--dev-util/mdds/mdds-2.0.3.ebuild7
1 files changed, 3 insertions, 4 deletions
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[@]}"
}