diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-02-19 10:40:10 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-02-19 10:41:32 +0100 |
commit | a4e96b438f23628d2ce0caae5403a047adcc47ce (patch) | |
tree | 70dc24ed7d02daa20078b2a90f08b8799cb5f174 | |
parent | app-editors/emacs: Move dependencies back under the xft conditional. (diff) | |
download | gentoo-a4e96b438f23628d2ce0caae5403a047adcc47ce.tar.gz gentoo-a4e96b438f23628d2ce0caae5403a047adcc47ce.tar.bz2 gentoo-a4e96b438f23628d2ce0caae5403a047adcc47ce.zip |
app-editors/emacs: Drop old elog message.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | app-editors/emacs/emacs-24.5-r5.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app-editors/emacs/emacs-24.5-r5.ebuild b/app-editors/emacs/emacs-24.5-r5.ebuild index 036b1bcb6283..15df5c15cc88 100644 --- a/app-editors/emacs/emacs-24.5-r5.ebuild +++ b/app-editors/emacs/emacs-24.5-r5.ebuild @@ -339,11 +339,6 @@ pkg_preinst() { pkg_postinst() { elisp-site-regen - - local pvr - for pvr in ${REPLACING_VERSIONS}; do - [[ ${pvr%%[-_]*} = 24.[12] ]] && FORCE_PRINT_ELOG=1 - done readme.gentoo_print_elog if use livecd; then |