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 CC0D415808B for ; Tue, 8 Feb 2022 23:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D92EE091D; Tue, 8 Feb 2022 23:53:09 +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 9C086E091D for ; Tue, 8 Feb 2022 23:53:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50982342D15 for ; Tue, 8 Feb 2022 23:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D74E287 for ; Tue, 8 Feb 2022 23:53:04 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1644364364.6e1eb456ac6c89ee5bf1f0045bc043a2cf3e829a.dilfridge@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: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6e1eb456ac6c89ee5bf1f0045bc043a2cf3e829a X-VCS-Branch: master Date: Tue, 8 Feb 2022 23:53:04 +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: c8d1c15a-45e1-45bd-ba80-efd7ba2130c2 X-Archives-Hash: 1ead9ba4038e54112c71868d1191233e commit: 6e1eb456ac6c89ee5bf1f0045bc043a2cf3e829a Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Feb 8 23:52:44 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Feb 8 23:52:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1eb456 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 gentoo.org> dev-util/mdds/mdds-9999.ebuild | 4 ++-- 1 file 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 )"