# no Rust and librsvg on i486 (for now), use (a slugishly patched) librsvg-og instead
# (modern SVG renderning with new API will now work and result in errors in the terminal)
if [ "$CARCH" == 'i486' ]; then
  makedepends=(${makedepends[@]//librsvg/})
  makedepends+=(librsvg-og)
fi