Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Tue, 06 Sep 2022 21:34:36
Message-Id: 1662500015.001f2d2011a09562d882943e0b2de72a0ed86046.sam@gentoo
1 commit: 001f2d2011a09562d882943e0b2de72a0ed86046
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 21:33:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 21:33:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001f2d20
7
8 sys-devel/binutils: fix automagic msgpack dep
9
10 Closes: https://bugs.gentoo.org/865875
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../binutils/{binutils-2.39-r1.ebuild => binutils-2.39-r2.ebuild} | 5 ++++-
14 sys-devel/binutils/binutils-9999.ebuild | 6 ++++--
15 2 files changed, 8 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-devel/binutils/binutils-2.39-r1.ebuild b/sys-devel/binutils/binutils-2.39-r2.ebuild
18 similarity index 99%
19 rename from sys-devel/binutils/binutils-2.39-r1.ebuild
20 rename to sys-devel/binutils/binutils-2.39-r2.ebuild
21 index 816ef121f08a..140158fa69ca 100644
22 --- a/sys-devel/binutils/binutils-2.39-r1.ebuild
23 +++ b/sys-devel/binutils/binutils-2.39-r2.ebuild
24 @@ -275,10 +275,13 @@ src_configure() {
25 # {native,cross}/binutils, binutils-libs. bug #666100
26 --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st)
27
28 - # avoid automagic dependency on (currently prefix) systems
29 + # Avoid automagic dependency on (currently prefix) systems
30 # systems with debuginfod library, bug #754753
31 --without-debuginfod
32
33 + # Avoid automagic dev-libs/msgpack dep, bug #865875
34 + --without-msgpack
35 +
36 # Allow user to opt into CET for host libraries.
37 # Ideally we would like automagic-or-disabled here.
38 # But the check does not quite work on i686: bug #760926.
39
40 diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
41 index 033e36f10292..e52f674b5d25 100644
42 --- a/sys-devel/binutils/binutils-9999.ebuild
43 +++ b/sys-devel/binutils/binutils-9999.ebuild
44 @@ -32,7 +32,6 @@ else
45 [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
46 https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
47 SLOT=$(ver_cut 1-2)
48 - # live ebuild
49 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
50 fi
51
52 @@ -276,10 +275,13 @@ src_configure() {
53 # {native,cross}/binutils, binutils-libs. bug #666100
54 --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st)
55
56 - # avoid automagic dependency on (currently prefix) systems
57 + # Avoid automagic dependency on (currently prefix) systems
58 # systems with debuginfod library, bug #754753
59 --without-debuginfod
60
61 + # Avoid automagic dev-libs/msgpack dep, bug #865875
62 + --without-msgpack
63 +
64 # Allow user to opt into CET for host libraries.
65 # Ideally we would like automagic-or-disabled here.
66 # But the check does not quite work on i686: bug #760926.