commit:     1b193ef47df52c45f63b70388fcc2ae74413eb9f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 21:58:47 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 21:59:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b193ef4

sys-devel/binutils: Disable gold testsuite in stable candidate.

The testsuite always fails. The failures are most likely Gentoo-specific
and still need a fix sometime. Meanwhile, let's give the entire testsuite
a chance to succeed (as in previous stabilizations).

Bug: https://bugs.gentoo.org/681682
Bug: https://bugs.gentoo.org/662362
Bug: https://bugs.gentoo.org/667894
Bug: https://bugs.gentoo.org/677914
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-devel/binutils/binutils-2.31.1-r4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild 
b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
index 367c124577d..89cac2cbcbb 100644
--- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
+++ b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
@@ -58,6 +58,9 @@ PATCH_DEV=${PATCH_DEV:-slyfox}
 [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
        
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz";
 
+# Disable gold testsuite since it always fails.
+PATCHES=( "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" )
+
 #
 # The cross-compile logic
 #

Reply via email to