commit: d6f55a5e4ec69b06fe822b2661d06ae1d2d7f959 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jun 29 14:46:25 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jun 29 14:46:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f55a5e
sys-devel/binutils: disable gold testsuite in stable candidate Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-devel/binutils/binutils-2.32-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-devel/binutils/binutils-2.32-r1.ebuild b/sys-devel/binutils/binutils-2.32-r1.ebuild index abccf3b775c..f5cdaa639d2 100644 --- a/sys-devel/binutils/binutils-2.32-r1.ebuild +++ b/sys-devel/binutils/binutils-2.32-r1.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 #