summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/chess/ChangeLog6
-rw-r--r--app-emacs/chess/chess-2.0_beta6.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emacs/chess/ChangeLog b/app-emacs/chess/ChangeLog
index 687be2099115..62370750356b 100644
--- a/app-emacs/chess/ChangeLog
+++ b/app-emacs/chess/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/chess
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.15 2007/09/24 10:30:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.16 2007/09/24 11:07:43 opfer Exp $
+
+ 24 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
+ chess-2.0_beta6.ebuild:
+ no need to die for epatch, it does that automatically
*chess-2.0_beta6 (24 Sep 2007)
*chess-2.0_beta5-r4 (24 Sep 2007)
diff --git a/app-emacs/chess/chess-2.0_beta6.ebuild b/app-emacs/chess/chess-2.0_beta6.ebuild
index 372c39cc3f4b..20eb13f6521a 100644
--- a/app-emacs/chess/chess-2.0_beta6.ebuild
+++ b/app-emacs/chess/chess-2.0_beta6.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/app-emacs/chess/chess-2.0_beta6.ebuild,v 1.1 2007/09/24 10:30:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta6.ebuild,v 1.2 2007/09/24 11:07:43 opfer Exp $
inherit elisp eutils
@@ -26,8 +26,7 @@ DOCS="ChangeLog EPD.txt PGN.txt PLAN README TODO"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${PV}-chess-pos-move-gentoo.patch" \
- || die "epatch failed"
+ epatch "${FILESDIR}/${PV}-chess-pos-move-gentoo.patch"
}
# this is needed; elisp.eclass redefines src_compile() from portage default