From 6d47ce9385186d03a82a54769c07d868e9ef8c90 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 7 Mar 2007 19:37:16 +0000 Subject: [PATCH] Remove || die from end of econf as Portage allready does this; ebuild.sh --- eclass/xfce44.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 90812775508f..dd3721c0b66c 100644 --- a/eclass/xfce44.eclass +++ b/eclass/xfce44.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.17 2007/02/26 20:07:14 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.18 2007/03/07 19:37:16 drac Exp $ # Xfce44 Eclass # @@ -126,7 +126,7 @@ xfce44_src_compile() { if has debug ${IUSE}; then XFCE_CONFIG="${XFCE_CONFIG} $(use_enable debug)" fi - ${CONFIGURE} ${XFCE_CONFIG} || die + ${CONFIGURE} ${XFCE_CONFIG} ## JOBS is unset and defaults to make.conf settings ## unless set by single_make emake ${JOBS} || die -- 2.26.2