Package-Manager: portage-2.3.3
if ! use static-libs; then
# We can't actually disable building of static libraries
# They're used by the tests and in a few other places
- find "${D}" -iname '*.a' -delete || die
+ find "${D}" -iname '*.a' -o -iname '*.ajs' -delete || die
fi
}
if ! use static-libs; then
# We can't actually disable building of static libraries
# They're used by the tests and in a few other places
- find "${D}" -iname '*.a' -delete || die
+ find "${D}" -iname '*.a' -o -iname '*.ajs' -delete || die
fi
}