diff options
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-8.2.5h.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index 1895a052bd57..908a782cee53 100644 --- a/app-emacs/org-mode/ChangeLog +++ b/app-emacs/org-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/org-mode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.165 2014/03/26 11:12:46 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.166 2014/03/26 11:37:51 ulm Exp $ + + 26 Mar 2014; Ulrich Müller <ulm@gentoo.org> org-mode-8.2.5h.ebuild: + Add missing "die" statement, bug 504560#c1. 26 Mar 2014; Chema Alonso <nimiux@gentoo.org> org-mode-8.2.5h.ebuild: Stable for amd64 wrt bug #504560 diff --git a/app-emacs/org-mode/org-mode-8.2.5h.ebuild b/app-emacs/org-mode/org-mode-8.2.5h.ebuild index 610881a2bfcc..b7f45650cd2f 100644 --- a/app-emacs/org-mode/org-mode-8.2.5h.ebuild +++ b/app-emacs/org-mode/org-mode-8.2.5h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 1.2 2014/03/26 11:12:46 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 1.3 2014/03/26 11:37:51 ulm Exp $ EAPI=5 NEED_EMACS=23 @@ -36,7 +36,7 @@ src_install() { infodir="${EPREFIX}/usr/share/info" \ install - cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" + cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" || die if use contrib; then elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el |