netdata: drop on ppc32

This commit is contained in:
q66 2022-02-12 03:34:22 +01:00
parent 4d7940343a
commit b193cd8e0e

View file

@ -26,17 +26,6 @@ make_dirs="
system_accounts="_netdata"
conf_files="/etc/${pkgname}/*.conf"
subpackages="netdata-plugins-python"
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) _without_node=yes ;;
esac
if [ -z "$_without_node" ]; then
subpackages+=" netdata-plugins-nodejs"
fi
pre_configure() {
autoreconf -ivf
}