summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:19:18 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:19:18 +0000
commit2696e1cbcbf18c76683841e2d1546cd506aed279 (patch)
tree89bc4d31eb0224c7eadcc12c56aaa8dae1a92de9 /app-text/a2ps/a2ps-4.14-r1.ebuild
parentadd contrib and lib to SRC_URI as amd64 requires it, part of bug #391005 (diff)
downloadgentoo-2-2696e1cbcbf18c76683841e2d1546cd506aed279.tar.gz
gentoo-2-2696e1cbcbf18c76683841e2d1546cd506aed279.tar.bz2
gentoo-2-2696e1cbcbf18c76683841e2d1546cd506aed279.zip
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-text/a2ps/a2ps-4.14-r1.ebuild')
-rw-r--r--app-text/a2ps/a2ps-4.14-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/a2ps/a2ps-4.14-r1.ebuild b/app-text/a2ps/a2ps-4.14-r1.ebuild
index 6f6d16218bf5..2c31935ed2c1 100644
--- a/app-text/a2ps/a2ps-4.14-r1.ebuild
+++ b/app-text/a2ps/a2ps-4.14-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.14-r1.ebuild,v 1.10 2010/11/04 12:25:30 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.14-r1.ebuild,v 1.11 2012/04/25 16:19:18 jlec Exp $
inherit eutils autotools elisp-common
@@ -92,7 +92,7 @@ src_compile() {
econf \
--sysconfdir=/etc/a2ps \
$(use_enable nls) \
- ${myconf} || die "econf failed"
+ ${myconf}
# parallel make b0rked
emake -j1 || die "emake failed"