cgrep: mark broken on ppc for now (broken stack)
This commit is contained in:
parent
46566353bf
commit
ee7d67dd7e
|
@ -14,3 +14,7 @@ distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
|
|||
checksum=1c623478e1b93a43eb1f151d20fa1096439a84b6ce7024bb9856f10c6ffeca59
|
||||
nopie_files="/usr/bin/cgrep"
|
||||
conflicts="codesearch"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="broken stack" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue