chromium: fix case for broken=
This commit is contained in:
parent
edb0b1b7aa
commit
a963fbf8f6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|||
lib32disabled=yes
|
||||
nodebug=yes
|
||||
|
||||
case "$XBPS_ARCH" in
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686) broken=http://build.voidlinux.eu/builders/i686_builder/builds/18981/steps/shell_3/logs/stdio
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue