summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-29 16:46:25 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-29 16:46:46 +0200
commitd6f55a5e4ec69b06fe822b2661d06ae1d2d7f959 (patch)
tree48247a1a1c049862e50b5ee106425c5774e5ef1e /sys-devel
parentnet-dns/idnkit: RESTRICT=test, add build dependency (diff)
downloadgentoo-d6f55a5e4ec69b06fe822b2661d06ae1d2d7f959.tar.gz
gentoo-d6f55a5e4ec69b06fe822b2661d06ae1d2d7f959.tar.bz2
gentoo-d6f55a5e4ec69b06fe822b2661d06ae1d2d7f959.zip
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/binutils-2.32-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-2.32-r1.ebuild b/sys-devel/binutils/binutils-2.32-r1.ebuild
index abccf3b775c0..f5cdaa639d2c 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
#