miniserve: better broken=
This commit is contained in:
parent
3b97b28479
commit
36e580ca09
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
|
|||
checksum=80ee5d661730ddad14671f961b560467f3b3a9f0544b9b11dec65098eb4a1f7e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="ftbfs in ring" ;;
|
||||
x86_64*|i686*|arm*|aarch64*) ;;
|
||||
*) broken="ftbfs in ring" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue