From 31cd64a92ca15d92dafed51a5f27198cdec55982 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sun, 4 Dec 2016 12:14:11 +0100 Subject: [PATCH] avr-libc: mark broken for some archs Building avr-gcc failes because some buildbots can't connect to https://repo.voidlinux.eu/distfiles. For now mark this update as broken for those archs. --- srcpkgs/avr-libc/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/avr-libc/template b/srcpkgs/avr-libc/template index ffc2f43c2cc..834ef209616 100644 --- a/srcpkgs/avr-libc/template +++ b/srcpkgs/avr-libc/template @@ -14,6 +14,13 @@ hostmakedepends="avr-binutils avr-gcc" depends="avr-binutils avr-gcc" nostrip=yes +case "$XBPS_TARGET_MACHINE" in + x86_64|i686|armv6l|armv7l) + # Temporarly mark as broken until download issues are solve + broken="Download from https://repo.voidlinux.eu/distfiles fails" + ;; +esac + do_configure() { CC=avr-gcc AR=avr-ar AS=avr-as RANLIB=avr-ranlib \ ./configure --build=${XBPS_TRIPLET} --host=avr --prefix=/usr