diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-12 13:31:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-12 13:31:22 +0000 |
commit | 3ca146a6eabfceda9b592153e7e2a92b2f6bc049 (patch) | |
tree | 6122911482e7ac04929a9b61c155abb80240cd79 /app-editors | |
parent | app-text/jabref-2.10: Version bump. (diff) | |
download | gentoo-2-3ca146a6eabfceda9b592153e7e2a92b2f6bc049.tar.gz gentoo-2-3ca146a6eabfceda9b592153e7e2a92b2f6bc049.tar.bz2 gentoo-2-3ca146a6eabfceda9b592153e7e2a92b2f6bc049.zip |
QA: Add missing die command, bug 503112#c2.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index d9fbc2e7e8d7..97519338f538 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xemacs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.171 2014/03/12 11:04:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.172 2014/03/12 13:31:22 ulm Exp $ + + 12 Mar 2014; Ulrich Müller <ulm@gentoo.org> xemacs-21.4.22-r3.ebuild: + QA: Add missing die command, bug 503112#c2. 12 Mar 2014; Chema Alonso <nimiux@gentoo.org> xemacs-21.4.22-r3.ebuild: Stable for amd64 wrt bug #503112 diff --git a/app-editors/xemacs/xemacs-21.4.22-r3.ebuild b/app-editors/xemacs/xemacs-21.4.22-r3.ebuild index 0986a7ff933e..4c748c774a9e 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r3.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-r3.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-editors/xemacs/xemacs-21.4.22-r3.ebuild,v 1.3 2014/03/12 11:04:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild,v 1.4 2014/03/12 13:31:22 ulm Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -87,7 +87,7 @@ src_prepare() { # Run autoconf. XEmacs tries to be smart by providing a stub # configure.ac file for autoconf 2.59 but this throws our # autotools eclass so it must be removed first. - rm "${S}"/configure.ac + rm "${S}"/configure.ac || die eautoconf use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/ |