mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
orca: enable gir/vala for all architectures
This commit is contained in:
parent
288a6943f9
commit
3ec932e9a1
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'orca'
|
# Template file for 'orca'
|
||||||
pkgname=orca
|
pkgname=orca
|
||||||
version=3.32.0
|
version=3.32.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_module="orca"
|
pycompile_module="orca"
|
||||||
|
@ -19,8 +19,3 @@ checksum=3130268296fa2c115acc4b37f3520967f06abd402251403d1ca507071efd5816
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" python3-gobject-devel"
|
hostmakedepends+=" python3-gobject-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) ;;
|
|
||||||
*-musl) broken="Requires gobject-introspection" ;;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue