orca: enable gir/vala for all architectures

This commit is contained in:
Jürgen Buchmüller 2019-04-28 03:12:40 +02:00
parent 288a6943f9
commit 3ec932e9a1

View file

@ -1,7 +1,7 @@
# Template file for 'orca'
pkgname=orca
version=3.32.0
revision=1
revision=2
archs=noarch
build_style=gnu-configure
pycompile_module="orca"
@ -19,8 +19,3 @@ checksum=3130268296fa2c115acc4b37f3520967f06abd402251403d1ca507071efd5816
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-gobject-devel"
fi
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) ;;
*-musl) broken="Requires gobject-introspection" ;;
esac