From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1728945-garchives=archives.gentoo.org@lists.gentoo.org> 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 8BFA61584F2 for <garchives@archives.gentoo.org>; Mon, 17 Mar 2025 21:00:06 +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 734753432B5 for <garchives@archives.gentoo.org>; Mon, 17 Mar 2025 21:00:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 73CB611037F; Mon, 17 Mar 2025 21:00:05 +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 6B09211037F for <gentoo-commits@lists.gentoo.org>; Mon, 17 Mar 2025 21:00:05 +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 2674F340C33 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Mar 2025 21:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7529511A8 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Mar 2025 21:00:03 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1742245183.d287663ea4a0ca0eac8ec9c9b31a94ea6e794e0d.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-15.2-r102.ebuild dev-debug/gdb/gdb-16.2-r1.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: d287663ea4a0ca0eac8ec9c9b31a94ea6e794e0d X-VCS-Branch: master Date: Mon, 17 Mar 2025 21:00:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 016f09e8-47d7-4121-a01a-cde849f91531 X-Archives-Hash: deac87d957657d470ff89bf3c4fd0700 commit: d287663ea4a0ca0eac8ec9c9b31a94ea6e794e0d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 17 20:58:24 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 17 20:59:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d287663e dev-debug/gdb: drop bogus libnsl dep gdb doesn't need net-libs/libnsl, nor can I identify why I thought we needed it. Reported-by: Alexander Monakov <amonakov <AT> ispras.ru> Reported-by: Eli Schwartz <eschwartz <AT> gentoo.org> Fixes: 3f35f57c4a281d3fe6b74b23de56c4530ddec383 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/gdb/gdb-15.2-r101.ebuild | 1 - dev-debug/gdb/{gdb-15.2-r101.ebuild => gdb-15.2-r102.ebuild} | 3 +-- dev-debug/gdb/{gdb-16.2.ebuild => gdb-16.2-r1.ebuild} | 1 - dev-debug/gdb/gdb-9999.ebuild | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-debug/gdb/gdb-15.2-r101.ebuild b/dev-debug/gdb/gdb-15.2-r101.ebuild index 118411bb3757..66b4bc45cacf 100644 --- a/dev-debug/gdb/gdb-15.2-r101.ebuild +++ b/dev-debug/gdb/gdb-15.2-r101.ebuild @@ -90,7 +90,6 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - elibc_glibc? ( net-libs/libnsl:= ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) diff --git a/dev-debug/gdb/gdb-15.2-r101.ebuild b/dev-debug/gdb/gdb-15.2-r102.ebuild similarity index 98% copy from dev-debug/gdb/gdb-15.2-r101.ebuild copy to dev-debug/gdb/gdb-15.2-r102.ebuild index 118411bb3757..eb2ff033467b 100644 --- a/dev-debug/gdb/gdb-15.2-r101.ebuild +++ b/dev-debug/gdb/gdb-15.2-r102.ebuild @@ -75,7 +75,7 @@ LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" if [[ -n ${REGULAR_RELEASE} ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi REQUIRED_USE=" guile? ( ${GUILE_REQUIRED_USE} ) @@ -90,7 +90,6 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - elibc_glibc? ( net-libs/libnsl:= ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) diff --git a/dev-debug/gdb/gdb-16.2.ebuild b/dev-debug/gdb/gdb-16.2-r1.ebuild similarity index 99% rename from dev-debug/gdb/gdb-16.2.ebuild rename to dev-debug/gdb/gdb-16.2-r1.ebuild index fd6b67c815cc..a53fd2dfbea4 100644 --- a/dev-debug/gdb/gdb-16.2.ebuild +++ b/dev-debug/gdb/gdb-16.2-r1.ebuild @@ -94,7 +94,6 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - elibc_glibc? ( net-libs/libnsl:= ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index fd6b67c815cc..a53fd2dfbea4 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.ebuild @@ -94,7 +94,6 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib - elibc_glibc? ( net-libs/libnsl:= ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] )