From 1b193ef47df52c45f63b70388fcc2ae74413eb9f Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Fri, 29 Mar 2019 22:58:47 +0100 Subject: sys-devel/binutils: Disable gold testsuite in stable candidate. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- sys-devel/binutils/binutils-2.31.1-r4.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys-devel') diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild b/sys-devel/binutils/binutils-2.31.1-r4.ebuild index 367c124577d1..89cac2cbcbba 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 # -- cgit v1.2.3-65-gdbad