summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-09 00:52:44 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-09 00:52:44 +0100
commit6e1eb456ac6c89ee5bf1f0045bc043a2cf3e829a (patch)
tree5220ffb61e6c0b0ed4b8ce84258cc30c80ad30bc /dev-util/mdds
parentapp-office/libreoffice: Untested bump, work in progress (diff)
downloadgentoo-6e1eb456ac6c89ee5bf1f0045bc043a2cf3e829a.tar.gz
gentoo-6e1eb456ac6c89ee5bf1f0045bc043a2cf3e829a.tar.bz2
gentoo-6e1eb456ac6c89ee5bf1f0045bc043a2cf3e829a.zip
dev-util/mdds: Fix subslot in live ebuild
Closes: https://bugs.gentoo.org/830465 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-util/mdds')
-rw-r--r--dev-util/mdds/mdds-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild
index dc57a4506ee2..6abe223c7965 100644
--- a/dev-util/mdds/mdds-9999.ebuild
+++ b/dev-util/mdds/mdds-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ DESCRIPTION="Collection of multi-dimensional data structure and indexing algorit
HOMEPAGE="https://gitlab.com/mdds/mdds"
LICENSE="MIT"
-SLOT="1/${PV%.*}" # Check API version on version bumps!
+SLOT="1/2.0" # Check API version on version bumps!
IUSE="doc openmp valgrind test"
RESTRICT="!test? ( test )"