Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sat, 29 Jun 2019 14:46:54
Message-Id: 1561819606.d6f55a5e4ec69b06fe822b2661d06ae1d2d7f959.dilfridge@gentoo
1 commit: d6f55a5e4ec69b06fe822b2661d06ae1d2d7f959
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 29 14:46:25 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 29 14:46:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f55a5e
7
8 sys-devel/binutils: disable gold testsuite in stable candidate
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-devel/binutils/binutils-2.32-r1.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/sys-devel/binutils/binutils-2.32-r1.ebuild b/sys-devel/binutils/binutils-2.32-r1.ebuild
17 index abccf3b775c..f5cdaa639d2 100644
18 --- a/sys-devel/binutils/binutils-2.32-r1.ebuild
19 +++ b/sys-devel/binutils/binutils-2.32-r1.ebuild
20 @@ -58,6 +58,9 @@ PATCH_DEV=${PATCH_DEV:-slyfox}
21 [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
22 https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
23
24 +# Disable gold testsuite since it always fails.
25 +PATCHES=( "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" )
26 +
27 #
28 # The cross-compile logic
29 #