summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-02-14 12:24:47 +0000
committerSam James <sam@gentoo.org>2025-02-14 12:25:23 +0000
commitce82b1fccf6e1149c6213d1079d8258e5de74d11 (patch)
tree3b233f80613f647d00cf7478fbf4c9f697509a28 /sys-devel
parentnet-misc/curl: add 8.12.1 (diff)
downloadgentoo-ce82b1fccf6e1149c6213d1079d8258e5de74d11.tar.gz
gentoo-ce82b1fccf6e1149c6213d1079d8258e5de74d11.tar.bz2
gentoo-ce82b1fccf6e1149c6213d1079d8258e5de74d11.zip
sys-devel/binutils: canonicalise some bug URLs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/binutils-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
index 1593824987f4..bf8d3eccb26f 100644
--- a/sys-devel/binutils/binutils-9999.ebuild
+++ b/sys-devel/binutils/binutils-9999.ebuild
@@ -294,9 +294,9 @@ src_configure() {
# We can enable this by default in future, but it's brand new
# in 2.39 with several bugs:
- # - Doesn't build on musl (https://sourceware.org/bugzilla/show_bug.cgi?id=29477)
- # - No man pages (https://sourceware.org/bugzilla/show_bug.cgi?id=29521)
- # - Broken at runtime without Java (https://sourceware.org/bugzilla/show_bug.cgi?id=29479)
+ # - Doesn't build on musl (https://sourceware.org/PR29477)
+ # - No man pages (https://sourceware.org/PR29521)
+ # - Broken at runtime without Java (https://sourceware.org/PR29479)
# - binutils-config (and this ebuild?) needs adaptation first (https://bugs.gentoo.org/865113)
$(use_enable gprofng)
@@ -310,7 +310,7 @@ src_configure() {
# These hardening options are available from 2.39+ but
# they unconditionally enable the behaviour even on arches
# where e.g. execstacks can't be avoided.
- # See https://sourceware.org/bugzilla/show_bug.cgi?id=29592.
+ # See https://sourceware.org/PR29592.
#
# TODO: Get the logic for this fixed upstream so it doesn't
# create impossible broken combinations on some arches, like mips.