sys-devel/llvm: [QA] Fix missing eend arg
authorMichał Górny <mgorny@gentoo.org>
Sun, 22 Dec 2019 08:10:20 +0000 (09:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 22 Dec 2019 08:16:38 +0000 (09:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/llvm/llvm-9.0.0.ebuild
sys-devel/llvm/llvm-9.0.1.ebuild

index 36fe1ebed13aec230a69554ce939cd5b03fd5b74..cffe2425c4f78f729a0bc1c2696dd5ebee10949c 100644 (file)
@@ -88,7 +88,7 @@ src_unpack() {
        if ! use doc; then
                ebegin "Unpacking llvm-${PV}-manpages.tar.bz2"
                tar -xf "${DISTDIR}/llvm-${PV}-manpages.tar.bz2" || die
-               eend
+               eend ${?}
        fi
 }
 
index 938ddb974485eac96757fe1719ba323163135710..ec830eb72e3b8c2e4c4a5a0390c9acfa25ea7aba 100644 (file)
@@ -90,7 +90,7 @@ src_unpack() {
        if ! use doc; then
                ebegin "Unpacking ${MANPAGE_P}.tar.bz2"
                tar -xf "${DISTDIR}/${MANPAGE_P}.tar.bz2" || die
-               eend
+               eend ${?}
        fi
 }