diff options
author | Sam James <sam@gentoo.org> | 2022-09-06 22:33:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-06 22:33:35 +0100 |
commit | 001f2d2011a09562d882943e0b2de72a0ed86046 (patch) | |
tree | 5bbb377dd561490a8a9f4bb1b112ec9845771d5c /sys-devel/binutils | |
parent | net-firewall/iptables: Stabilize 1.8.8-r4 arm64, #868960 (diff) | |
download | gentoo-001f2d2011a09562d882943e0b2de72a0ed86046.tar.gz gentoo-001f2d2011a09562d882943e0b2de72a0ed86046.tar.bz2 gentoo-001f2d2011a09562d882943e0b2de72a0ed86046.zip |
sys-devel/binutils: fix automagic msgpack dep
Closes: https://bugs.gentoo.org/865875
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-2.39-r2.ebuild (renamed from sys-devel/binutils/binutils-2.39-r1.ebuild) | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/binutils/binutils-2.39-r1.ebuild b/sys-devel/binutils/binutils-2.39-r2.ebuild index 816ef121f08a..140158fa69ca 100644 --- a/sys-devel/binutils/binutils-2.39-r1.ebuild +++ b/sys-devel/binutils/binutils-2.39-r2.ebuild @@ -275,10 +275,13 @@ src_configure() { # {native,cross}/binutils, binutils-libs. bug #666100 --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st) - # avoid automagic dependency on (currently prefix) systems + # Avoid automagic dependency on (currently prefix) systems # systems with debuginfod library, bug #754753 --without-debuginfod + # Avoid automagic dev-libs/msgpack dep, bug #865875 + --without-msgpack + # Allow user to opt into CET for host libraries. # Ideally we would like automagic-or-disabled here. # But the check does not quite work on i686: bug #760926. diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 033e36f10292..e52f674b5d25 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -32,7 +32,6 @@ else [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI} https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz" SLOT=$(ver_cut 1-2) - # live ebuild #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi @@ -276,10 +275,13 @@ src_configure() { # {native,cross}/binutils, binutils-libs. bug #666100 --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st) - # avoid automagic dependency on (currently prefix) systems + # Avoid automagic dependency on (currently prefix) systems # systems with debuginfod library, bug #754753 --without-debuginfod + # Avoid automagic dev-libs/msgpack dep, bug #865875 + --without-msgpack + # Allow user to opt into CET for host libraries. # Ideally we would like automagic-or-disabled here. # But the check does not quite work on i686: bug #760926. |