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 14A8615802F for ; Sat, 25 Feb 2023 10:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B597E0952; Sat, 25 Feb 2023 10:27:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39986E0952 for ; Sat, 25 Feb 2023 10:27:33 +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 103C5340F88 for ; Sat, 25 Feb 2023 10:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EC108C6 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: <1677320830.85304876cfbe290d99c6fc88a532b4f4b2305be3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libixion/libixion-9999.ebuild X-VCS-Directories: dev-libs/libixion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85304876cfbe290d99c6fc88a532b4f4b2305be3 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: 77658c9f-e65a-4587-8bf5-d00e3e504ee1 X-Archives-Hash: cd55177bbc93aa2a605c9c270fe8e761 commit: 85304876cfbe290d99c6fc88a532b4f4b2305be3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 25 10:05:47 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 25 10:27:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85304876 dev-libs/libixion: bump subslot to 0.18, MDDS_SLOT to 1/2.1 Bug: https://bugs.gentoo.org/831828 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libixion/libixion-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index c20b5d4c5596..274322f24718 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="General purpose formula parser & interpreter" HOMEPAGE="https://gitlab.com/ixion/ixion" if [[ ${PV} == *9999* ]]; then - MDDS_SLOT="1/9999" + MDDS_SLOT="1/2.1" EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" inherit git-r3 autotools else