ugdb: broken on ppc*

This commit is contained in:
q66 2020-07-19 17:48:59 +02:00
parent 2eb804b081
commit 2582e461f5

View file

@ -10,6 +10,10 @@ homepage="https://github.com/ftilde/ugdb"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=000a0d1bcc848332d5786ca9c37fcba0ead5d5cf33b39ba7620fe3fd9e530b9c
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="nix-0.8.1 and nix-0.7.0 fail to build";;
esac
post_install() {
vlicense LICENSE
}