commit:     d38f0bed1044aaf26099e416ca839a9379f0d1c3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 00:19:22 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 30 00:27:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38f0bed

media-video/vobcopy: add || die to ./configure call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vobcopy/vobcopy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild 
b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index 923af7af4d6..f51dff5679b 100644
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild
@@ -19,7 +19,7 @@ RDEPEND=""
 
 src_configure() {
        tc-export CC
-       ./configure.sh --with-lfs
+       ./configure.sh --with-lfs || die "Configure failed"
 }
 
 src_install() {

Reply via email to