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(-)]
)