*/*: [QA] Remove redundant `|| die` guards
[gentoo.git] / dev-python / sqlalchemy-migrate / sqlalchemy-migrate-0.12.0.ebuild
index b45e9b97e52c4088a6115a6922f13901d8d17920..fc9c7059b29e0d5014b67fa0547c5e71facf0c45 100644 (file)
@@ -32,7 +32,7 @@ python_compile_all() {
        if use doc; then
                einfo ""; einfo "The build seeks to import modules from an installed state of the package"
                einfo "simply ignore all warnings / errors of failure to import module migrate.<module>"; einfo ""
-               emake -C doc/source html || die "Generation of documentation failed"
+               emake -C doc/source html
        fi
 }