diff options
Diffstat (limited to 'app-emacs/twittering-mode')
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild index d8d3529415ea..6cbe27f5ad97 100644 --- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-2.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 } 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 } diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild index d8d3529415ea..6cbe27f5ad97 100644 --- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-9999.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 } |