diff options
author | 2008-09-16 18:30:39 +0000 | |
---|---|---|
committer | 2008-09-16 18:30:39 +0000 | |
commit | ef0345f88423285f05ccd6b8ee7886951a838592 (patch) | |
tree | 41fee84e8bf7c63aee8f6eb4ca015d5234191100 | |
parent | Fix whitespace in output. (diff) | |
download | emacs-ef0345f88423285f05ccd6b8ee7886951a838592.tar.gz emacs-ef0345f88423285f05ccd6b8ee7886951a838592.tar.bz2 emacs-ef0345f88423285f05ccd6b8ee7886951a838592.zip |
(elisp-site-regen): Add category for emacs-updater
svn path=/emacs-overlay/; revision=1157
-rw-r--r-- | eclass/ChangeLog | 4 | ||||
-rw-r--r-- | eclass/elisp-common.eclass | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index ec6640f..2c7a00a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,3 +1,7 @@ +2008-09-16 Christian Faulhammer <opfer@gentoo.org> + + * elisp-common.eclass (elisp-site-regen): Add category for emacs-updater + 2008-09-13 Ulrich Mueller <ulm@gentoo.org> * elisp.eclass (elisp_pkg_setup): Be less verbose, bug 237546. diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 901b090..86b0ab2 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -426,7 +426,7 @@ elisp-site-regen() { while read line; do ewarn "${line}"; done <<-EOF Site-initialisation files of Emacs packages are now installed in /usr/share/emacs/site-lisp/site-gentoo.d/. We strongly recommend - that you use emacs-updater to rebuild the installed Emacs packages. + that you use app-admin/emacs-updater to rebuild the installed Emacs packages. EOF # Kludge for backwards compatibility: During pkg_postrm, old versions |