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 45E3F1584AD for ; Mon, 21 Apr 2025 08:35:12 +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 2B490340836 for ; Mon, 21 Apr 2025 08:35:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 079281104B1; Mon, 21 Apr 2025 08:35:08 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 0143F1104B1 for ; Mon, 21 Apr 2025 08:35: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A27D5342F9D for ; Mon, 21 Apr 2025 08:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC981C2B for ; Mon, 21 Apr 2025 08:35:06 +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: <1745224480.e7af49ab878dad695ce3f481724df64b52ecdf3b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/gdb/gdb-15.2-r103.ebuild dev-debug/gdb/gdb-16.2-r2.ebuild dev-debug/gdb/gdb-16.3.ebuild dev-debug/gdb/gdb-9999.ebuild X-VCS-Directories: dev-debug/gdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7af49ab878dad695ce3f481724df64b52ecdf3b X-VCS-Branch: master Date: Mon, 21 Apr 2025 08:35:06 +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: e0d6d793-b580-423e-a162-f0b3e468c783 X-Archives-Hash: 4ec8f31cd88bdb7dd51133efbc1c020f commit: e7af49ab878dad695ce3f481724df64b52ecdf3b Author: Sam James gentoo org> AuthorDate: Mon Apr 21 08:34:27 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 21 08:34:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7af49ab dev-debug/gdb: use same dep spec as other babeltrace-1.x consumers Use dev-util/babeltrace:0/1. Signed-off-by: Sam James gentoo.org> dev-debug/gdb/gdb-15.2-r103.ebuild | 2 +- dev-debug/gdb/gdb-16.2-r2.ebuild | 2 +- dev-debug/gdb/gdb-16.3.ebuild | 2 +- dev-debug/gdb/gdb-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-debug/gdb/gdb-15.2-r103.ebuild b/dev-debug/gdb/gdb-15.2-r103.ebuild index 9e4a2098ba66..a92d55fb49f4 100644 --- a/dev-debug/gdb/gdb-15.2-r103.ebuild +++ b/dev-debug/gdb/gdb-15.2-r103.ebuild @@ -91,7 +91,7 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - babeltrace? ( dev-util/babeltrace:0= ) + babeltrace? ( dev-util/babeltrace:0/1 ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) diff --git a/dev-debug/gdb/gdb-16.2-r2.ebuild b/dev-debug/gdb/gdb-16.2-r2.ebuild index 851b5ad5909c..e3015bdaa8c3 100644 --- a/dev-debug/gdb/gdb-16.2-r2.ebuild +++ b/dev-debug/gdb/gdb-16.2-r2.ebuild @@ -95,7 +95,7 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - babeltrace? ( dev-util/babeltrace:0= ) + babeltrace? ( dev-util/babeltrace:0/1 ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) diff --git a/dev-debug/gdb/gdb-16.3.ebuild b/dev-debug/gdb/gdb-16.3.ebuild index 851b5ad5909c..e3015bdaa8c3 100644 --- a/dev-debug/gdb/gdb-16.3.ebuild +++ b/dev-debug/gdb/gdb-16.3.ebuild @@ -95,7 +95,7 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - babeltrace? ( dev-util/babeltrace:0= ) + babeltrace? ( dev-util/babeltrace:0/1 ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index 851b5ad5909c..e3015bdaa8c3 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.ebuild @@ -95,7 +95,7 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - babeltrace? ( dev-util/babeltrace:0= ) + babeltrace? ( dev-util/babeltrace:0/1 ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] )