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 4C8621582EF for ; Thu, 13 Feb 2025 10:01:53 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 30C82340C33 for ; Thu, 13 Feb 2025 10:01:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2E28811042D; Thu, 13 Feb 2025 10:01:52 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 20A4A11042D for ; Thu, 13 Feb 2025 10:01:52 +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 C0470340C33 for ; Thu, 13 Feb 2025 10:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 276F827F5 for ; Thu, 13 Feb 2025 10:01:50 +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: <1739440807.8c725c47db48f2cfc57b00a21963e0b40d4b5788.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-r101.ebuild dev-debug/gdb/gdb-16.2.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: 8c725c47db48f2cfc57b00a21963e0b40d4b5788 X-VCS-Branch: master Date: Thu, 13 Feb 2025 10:01:50 +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: f99d798d-8ef8-404b-a3a6-b20cba0368d8 X-Archives-Hash: 2a42c3c76e84835f392c70a80657d8c1 commit: 8c725c47db48f2cfc57b00a21963e0b40d4b5788 Author: Sv. Lockal gmail com> AuthorDate: Wed Jan 29 19:49:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 13 10:00:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c725c47 dev-debug/gdb[rocm]: limit dependencies for dev-libs/rocdbgapi gdb-15.2 fails to compile with rocdbgapi-6.3 due to API change. gdb-16.1 and gdb-9999 fail to compile with rocdbgapi-6.1.1 due to "amd-dbgapi >= 0.75.0" requirement. All changes are just compilation fixes, so no revision bumps. Closes: https://bugs.gentoo.org/948372 Signed-off-by: Sv. Lockal gmail.com> Signed-off-by: Sam James gentoo.org> dev-debug/gdb/gdb-15.2-r101.ebuild | 2 +- dev-debug/gdb/gdb-16.2.ebuild | 2 +- dev-debug/gdb/gdb-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-debug/gdb/gdb-15.2-r101.ebuild b/dev-debug/gdb/gdb-15.2-r101.ebuild index ccaf7c91ccdc..ca60147d34df 100644 --- a/dev-debug/gdb/gdb-15.2-r101.ebuild +++ b/dev-debug/gdb/gdb-15.2-r101.ebuild @@ -98,7 +98,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) guile? ( ${GUILE_DEPS} ) xml? ( dev-libs/expat ) - rocm? ( dev-libs/rocdbgapi ) + rocm? ( =dev-libs/rocdbgapi-6.3 ) source-highlight? ( dev-util/source-highlight )