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 96B3815838C for ; Sat, 27 Jan 2024 00:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0315AE29AC; Sat, 27 Jan 2024 00:48:07 +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 D761EE29AC for ; Sat, 27 Jan 2024 00:48:06 +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 AF7D2343431 for ; Sat, 27 Jan 2024 00:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CEC1492 for ; Sat, 27 Jan 2024 00:48:03 +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: <1706316330.4ac4b8816ed980e036dd64ce6d43536735792fda.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-0.19.0.ebuild 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: 4ac4b8816ed980e036dd64ce6d43536735792fda X-VCS-Branch: master Date: Sat, 27 Jan 2024 00:48:03 +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: e43665c6-7564-40cc-9e38-ccca4a6efb35 X-Archives-Hash: fb6ada32c749f4098ea6051990fa024e commit: 4ac4b8816ed980e036dd64ce6d43536735792fda Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 26 21:50:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 27 00:45:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac4b881 dev-libs/libixion: Bump 9999 subslot to 0.20, require MDDS 1/3.0 Closes: https://bugs.gentoo.org/919897 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libixion/libixion-0.19.0.ebuild | 2 +- dev-libs/libixion/libixion-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libixion/libixion-0.19.0.ebuild b/dev-libs/libixion/libixion-0.19.0.ebuild index 176977aca8d5..132df8788b1d 100644 --- a/dev-libs/libixion/libixion-0.19.0.ebuild +++ b/dev-libs/libixion/libixion-0.19.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="General purpose formula parser & interpreter" HOMEPAGE="https://gitlab.com/ixion/ixion" if [[ ${PV} == *9999* ]]; then - MDDS_SLOT="1/2.1" + MDDS_SLOT="1/3.0" EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" inherit git-r3 autotools else diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 176977aca8d5..ec4bffd84edf 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/2.1" + MDDS_SLOT="1/3.0" EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" inherit git-r3 autotools else @@ -20,7 +20,7 @@ else fi LICENSE="MIT" -SLOT="0/0.18" # based on SONAME of libixion.so +SLOT="0/0.20" # based on SONAME of libixion.so IUSE="debug python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"