babl: broken on ppc32 for now
[ci skip]
This commit is contained in:
parent
c3327167ac
commit
bbca686e16
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
|
|||
distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.bz2"
|
||||
checksum=369dd89345489a3949e83d5ad63295029088230626f64a05e530761b176fa163
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="gegl segfaults in babl when building gimp";;
|
||||
esac
|
||||
|
||||
babl-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue