From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 198FA1584AD for ; Mon, 21 Apr 2025 07:56:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 029D0343060 for ; Mon, 21 Apr 2025 07:56:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BBB1B1104B7; Mon, 21 Apr 2025 07:56:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id B20EC1104B7 for ; Mon, 21 Apr 2025 07:56:25 +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 636E9342FE5 for ; Mon, 21 Apr 2025 07:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4591C78 for ; Mon, 21 Apr 2025 07:56:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745221943.e0a5f219163ee5c90c1acdde677db3e9c0fa20c7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/babeltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/babeltrace/babeltrace-2.0.5-r1.ebuild dev-util/babeltrace/babeltrace-2.0.5.ebuild X-VCS-Directories: dev-util/babeltrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0a5f219163ee5c90c1acdde677db3e9c0fa20c7 X-VCS-Branch: master Date: Mon, 21 Apr 2025 07:56:23 +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: 1757f04a-8d80-4217-b47a-9fbd0fdffac5 X-Archives-Hash: 3d4a6e14b1007173fffc9d21c2fdc71e commit: e0a5f219163ee5c90c1acdde677db3e9c0fa20c7 Author: Sam James gentoo org> AuthorDate: Mon Apr 21 07:52:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 21 07:52:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a5f219 dev-util/babeltrace: slot 2.0.5 too This makes it easier to just fix everything right now, rather than risk forgetting it later and also inflicting more missed upgrades/noise on people. Bug: https://bugs.gentoo.org/951652 Bug: https://bugs.gentoo.org/920371 Bug: https://bugs.gentoo.org/954136 Signed-off-by: Sam James gentoo.org> .../{babeltrace-2.0.5.ebuild => babeltrace-2.0.5-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5-r1.ebuild similarity index 94% rename from dev-util/babeltrace/babeltrace-2.0.5.ebuild rename to dev-util/babeltrace/babeltrace-2.0.5-r1.ebuild index cabce9d7392c..3faafbb105e9 100644 --- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.5-r1.ebuild @@ -12,12 +12,14 @@ SRC_URI="https://www.efficios.com/files/${PN}/${PN}$(ver_cut 1)-${PV}.tar.bz2" S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}" LICENSE="GPL-2" -SLOT="0/$(ver_cut 1)" +SLOT="2/$(ver_cut 1)" KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv x86" IUSE="doc +elfutils +man plugins python" REQUIRED_USE="plugins? ( python ) python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND=">=dev-libs/glib-2.28:2 +RDEPEND=" + !dev-util/babeltrace:0/2 + >=dev-libs/glib-2.28:2 elfutils? ( >=dev-libs/elfutils-0.154 ) python? ( ${PYTHON_DEPS} ) "