summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-11 08:44:34 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-11 08:44:34 +0100
commit46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8 (patch)
tree67f33cfb0b262dd5901d02f36b1776cc3b0f5e59 /app-emacs/emacs-w3m
parentdev-ruby/gettext_i18n_rails: add 1.8.1 (diff)
downloadgentoo-46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8.tar.gz
gentoo-46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8.tar.bz2
gentoo-46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8.zip
app-emacs: Remove unnecessary die statements after eclass functions.
Functions elisp-compile, elisp-install, and elisp-site-file-install from elisp-common.eclass all die by themselves. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-w3m')
-rw-r--r--app-emacs/emacs-w3m/emacs-w3m-1.4.625_pre20180518.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.625_pre20180518.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.625_pre20180518.ebuild
index cfd2bfcc7f22..5541f1eb3266 100644
--- a/app-emacs/emacs-w3m/emacs-w3m-1.4.625_pre20180518.ebuild
+++ b/app-emacs/emacs-w3m/emacs-w3m-1.4.625_pre20180518.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -41,7 +41,7 @@ src_install() {
ICONDIR="${ED}${SITEETC}/${PN}" \
install-en $(use l10n_ja && echo install-ja) install-icons
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc ChangeLog* NEWS README
use l10n_ja && dodoc BUGS.ja NEWS.ja README.ja