xf86-video-intel: broken on i686 currently.

This commit is contained in:
Juan RP 2016-07-30 06:59:02 +02:00
parent d18d918ab0
commit 6c4094611e

View file

@ -20,6 +20,10 @@ license="MIT"
LDFLAGS="-Wl,-z,lazy"
case "$XBPS_TARGET_MACHINE" in
i686) broken="https://build.voidlinux.eu/builders/i686_builder/builds/24567/steps/shell_3/logs/stdio"
esac
do_fetch() {
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
cd ${wrksrc}