summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:43:13 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:43:13 +0000
commitdd50674a4c13a0e9c77ed1156e4e5f6204e11968 (patch)
tree3e5c1cfb314a4502cb651d747c8fff1d34ee66d7 /x11-libs
parentDrop unnessecary die (diff)
downloadgentoo-2-dd50674a4c13a0e9c77ed1156e4e5f6204e11968.tar.gz
gentoo-2-dd50674a4c13a0e9c77ed1156e4e5f6204e11968.tar.bz2
gentoo-2-dd50674a4c13a0e9c77ed1156e4e5f6204e11968.zip
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/fxscintilla/ChangeLog5
-rw-r--r--x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/fxscintilla/ChangeLog b/x11-libs/fxscintilla/ChangeLog
index 1ccbcd4aca8e..cf49a1b9411e 100644
--- a/x11-libs/fxscintilla/ChangeLog
+++ b/x11-libs/fxscintilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/fxscintilla
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.51 2012/03/08 16:41:05 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.52 2012/04/25 16:43:13 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> fxscintilla-1.71-r2.ebuild:
+ Drop unnessecary die
08 Mar 2012; Naohiro Aota <naota@gentoo.org> fxscintilla-2.28.0.ebuild:
Add ~x86-fbsd.
diff --git a/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild b/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild
index bf4d9fc8faca..5f8f5f5531ea 100644
--- a/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild
+++ b/x11-libs/fxscintilla/fxscintilla-1.71-r2.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/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild,v 1.8 2010/06/25 16:57:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.71-r2.ebuild,v 1.9 2012/04/25 16:43:13 jlec Exp $
inherit autotools eutils multilib
@@ -24,7 +24,7 @@ src_unpack() {
"${FILESDIR}"/1.71-fox-SLOT.patch
touch NEWS AUTHORS
- eautoreconf || die "autoreconf error"
+ eautoreconf
}
src_compile () {