commit:     edae430373bdd2574642baf195c36a21a43b3df2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 16:30:21 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 16:30:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edae4303

qmail.eclass: remove useless || die on emake

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 eclass/qmail.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
index ed53bca56fae..67069087376d 100644
--- a/eclass/qmail.eclass
+++ b/eclass/qmail.eclass
@@ -121,12 +121,12 @@ qmail_src_postunpack() {
 
 qmail_src_compile() {
        cd "${S}"
-       emake it man "$@" || die "make failed"
+       emake it man "$@"
 }
 
 qmail_spp_src_compile() {
        cd "${GENQMAIL_S}"/spp/
-       emake || die "make spp failed"
+       emake
 }
 
 qmail_base_install() {

Reply via email to