From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C348615802F for ; Sat, 25 Feb 2023 10:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A810E0929; Sat, 25 Feb 2023 10:27:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E594EE0929 for ; Sat, 25 Feb 2023 10:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6776340F8E for ; Sat, 25 Feb 2023 10:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56FB68C1 for ; Sat, 25 Feb 2023 10:27:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1677320829.9b77c798ebd4d19d1ff31289624518711ec961ce.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/mdds/mdds-9999.ebuild X-VCS-Directories: dev-util/mdds/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b77c798ebd4d19d1ff31289624518711ec961ce X-VCS-Branch: master Date: Sat, 25 Feb 2023 10:27:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab6a2ba6-69e9-4aae-9a3e-1cfb1df3dccd X-Archives-Hash: 3eebdd598725f150a362dcf87dd218cc commit: 9b77c798ebd4d19d1ff31289624518711ec961ce Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 25 10:02:32 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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" )