diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-17 13:46:23 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-17 13:46:23 +0000 |
commit | d0fe7d33864bafdc410871e1f56a8901a740204a (patch) | |
tree | 7f60c950dd15b68a68d61322b45f16172325115f /www-client/dillo | |
parent | Fixed autotools handling, quoting, elog, depends with a patch from Jakub Moc ... (diff) | |
download | gentoo-2-d0fe7d33864bafdc410871e1f56a8901a740204a.tar.gz gentoo-2-d0fe7d33864bafdc410871e1f56a8901a740204a.tar.bz2 gentoo-2-d0fe7d33864bafdc410871e1f56a8901a740204a.zip |
redudant die
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/dillo-0.8.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/dillo/dillo-0.8.6.ebuild b/www-client/dillo/dillo-0.8.6.ebuild index 14af0b24ee55..890c35f29816 100644 --- a/www-client/dillo/dillo-0.8.6.ebuild +++ b/www-client/dillo/dillo-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.3 2007/11/17 13:40:17 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.4 2007/11/17 13:46:23 drac Exp $ inherit flag-o-matic eutils autotools @@ -28,7 +28,7 @@ DEPEND="=x11-libs/gtk+-1.2* src_unpack() { unpack ${A} cd "${S}" - epatch ../${DILLO_I18N_P}.diff || die + epatch ../${DILLO_I18N_P}.diff epatch "${FILESDIR}"/${PN}-build-fix.patch epatch "${FILESDIR}"/${PN}-asneeded.patch AT_M4DIR="${S}/m4" eautoreconf @@ -85,7 +85,7 @@ src_compile() { $(use_enable ssl)" econf ${myconf} - emake -j1 || die "emake failed" + emake -j1 || die "emake failed." } src_install() { |