commit:     2bb9ec4f98838abcb21e6b714e123e7b1879590b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 04:39:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 04:40:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb9ec4f

app-accessibility/brltty: add missing dies, indentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-accessibility/brltty/brltty-6.5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-accessibility/brltty/brltty-6.5.ebuild 
b/app-accessibility/brltty/brltty-6.5.ebuild
index c04e292aa921..211efd5c394f 100644
--- a/app-accessibility/brltty/brltty-6.5.ebuild
+++ b/app-accessibility/brltty/brltty-6.5.ebuild
@@ -53,7 +53,7 @@ DEPEND="
        usb? ( virtual/libusb:1 )
        xml? ( dev-libs/expat )
        X? (
-       app-accessibility/at-spi2-core:2
+               app-accessibility/at-spi2-core:2
                sys-apps/dbus
                x11-libs/libX11
                x11-libs/libXaw
@@ -192,10 +192,10 @@ src_install() {
        newinitd "${FILESDIR}"/brltty.initd brltty
        pushd Autostart/Systemd 1> /dev/null || die
        emake -j1 INSTALL_ROOT="${ED}" install
-       popd
+       popd || die
        pushd Autostart/Udev 1> /dev/null || die
        emake -j1 INSTALL_ROOT="${ED}" install
-       popd
+       popd || die
 
        dodoc Documents/{CONTRIBUTORS,ChangeLog,HISTORY,README*,TODO}
        if use doc; then

Reply via email to