From 0934b58ac967e1b147e8004e2acaf949e6bdc1e3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 29 Dec 2014 20:51:23 +0100 Subject: [PATCH] gnucash: 2.6.5 broken on x86. --- srcpkgs/gnucash/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index 57671bea62..83ed3051a5 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -20,6 +20,10 @@ short_desc="Financial-accounting software" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=b1b1a943a322e7bf7afb0c2202f491560d4734a2036438bf9820378c34203d65 +if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then + broken="http://build.voidlinux.eu/builders/i686_builder/builds/8362/steps/shell_3/logs/stdio" +fi + libgnucash_package() { short_desc+=" - library files" replaces="gnucash<2.6.3"