diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-03-29 22:58:47 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-03-29 22:59:20 +0100 |
commit | 1b193ef47df52c45f63b70388fcc2ae74413eb9f (patch) | |
tree | af63e5be408c4d4c80f68df4d9973aa43e6c58ff /sys-devel | |
parent | dev-vcs/git: amd64 stable wrt bug #676262 (diff) | |
download | gentoo-1b193ef47df52c45f63b70388fcc2ae74413eb9f.tar.gz gentoo-1b193ef47df52c45f63b70388fcc2ae74413eb9f.tar.bz2 gentoo-1b193ef47df52c45f63b70388fcc2ae74413eb9f.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.31.1-r4.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 # |