gnome-calculator: re-enable on arm and aarch64 archs

This commit is contained in:
maxice8 2018-07-30 01:45:09 -03:00
parent 43a4be2b72
commit 92d7c0f73c

View file

@ -18,7 +18,3 @@ checksum=bad41e322fc82f13f0fa0c773ad96802c272498adf8e2c8b8054549718cefa47
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gtksourceview-devel"
fi
case "$XBPS_TARGET_MACHINE" in
arm*|aarch*) broken="error: Package gtksourceview-3.0 not found in specified Vala API directories or GObject-Introspection GIR directories" ;;
esac