diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-09-24 11:07:43 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-09-24 11:07:43 +0000 |
commit | 57a6c372cdea933f754453be716d7f1ed206b9bb (patch) | |
tree | 6b8de23f90c560bff03a1d5593c2ec6c77b67c67 /app-emacs | |
parent | add quotes to ${D} (diff) | |
download | gentoo-2-57a6c372cdea933f754453be716d7f1ed206b9bb.tar.gz gentoo-2-57a6c372cdea933f754453be716d7f1ed206b9bb.tar.bz2 gentoo-2-57a6c372cdea933f754453be716d7f1ed206b9bb.zip |
no need to die for epatch, it does that automatically
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/chess/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/chess/chess-2.0_beta6.ebuild | 5 |
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 |