commit:     9b77c798ebd4d19d1ff31289624518711ec961ce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 10:02:32 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 10:27:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b77c798

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 <AT> gentoo.org>

 dev-util/mdds/mdds-9999.ebuild | 8 ++++----
 1 file 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" )
 

Reply via email to