1 2 3 4 5 6 7
# i486-specific if [ "${CARCH}" = "i486" ]; then # disable documentation makedepends=(${makedepends[@]//doxygen/}) unset check fi