summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-25 11:02:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-25 11:27:09 +0100
commit9b77c798ebd4d19d1ff31289624518711ec961ce (patch)
treef66172c3d0d1a3f6869a02ea127f92fd01cea38d /dev-util/mdds
parentdev-libs/liborcus: python3_11 (diff)
downloadgentoo-9b77c798ebd4d19d1ff31289624518711ec961ce.tar.gz
gentoo-9b77c798ebd4d19d1ff31289624518711ec961ce.tar.bz2
gentoo-9b77c798ebd4d19d1ff31289624518711ec961ce.zip
dev-util/mdds: bump subslot to 2.1
Bug: https://bugs.gentoo.org/831828 Closes: https://bugs.gentoo.org/862828 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/mdds')
-rw-r--r--dev-util/mdds/mdds-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild
index 41aeab29253a..6b1beb9c67a5 100644
--- a/dev-util/mdds/mdds-9999.ebuild
+++ b/dev-util/mdds/mdds-9999.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
@@ -16,10 +16,12 @@ DESCRIPTION="Collection of multi-dimensional data structure and indexing algorit
HOMEPAGE="https://gitlab.com/mdds/mdds"
LICENSE="MIT"
-SLOT="1/2.0" # Check API version on version bumps!
+SLOT="1/2.1" # Check API version on version bumps!
IUSE="doc openmp valgrind test"
RESTRICT="!test? ( test )"
+DEPEND="dev-libs/boost:="
+RDEPEND="${DEPEND}"
BDEPEND="
doc? (
app-doc/doxygen
@@ -27,8 +29,6 @@ BDEPEND="
)
valgrind? ( dev-util/valgrind )
"
-DEPEND="dev-libs/boost:="
-RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-1.5.0-buildsystem.patch" )