summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild')
-rw-r--r--app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
index d8d3529415ea..6cbe27f5ad97 100644
--- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
@@ -26,7 +26,7 @@ DEPEND=""
RDEPEND="app-crypt/gnupg"
src_compile() {
- elisp-compile twittering-mode.el || die
+ elisp-compile twittering-mode.el
[[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
}
@@ -36,5 +36,5 @@ src_test() {
src_install() {
[[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
- elisp-install ${PN} twittering-mode.el *.elc || die
+ elisp-install ${PN} twittering-mode.el *.elc
}