summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-03-22 09:56:58 +0100
committerUlrich Müller <ulm@gentoo.org>2021-03-22 09:56:58 +0100
commitcc28548cb6bcb21b57a207f4f9e69e48b41fccd9 (patch)
tree427358426defecf88ae9d4e4b4b2f2622c1c8435 /eclass/elisp-common.eclass
parentapp-emacs/ebuild-mode: Add missing autoloads to site-init file (diff)
downloademacs-cc28548cb6bcb21b57a207f4f9e69e48b41fccd9.tar.gz
emacs-cc28548cb6bcb21b57a207f4f9e69e48b41fccd9.tar.bz2
emacs-cc28548cb6bcb21b57a207f4f9e69e48b41fccd9.zip
app-emacs/emacs-common: Renamed from app-emacs/emacs-common-gentoo
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r--eclass/elisp-common.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 66a3a32..ac5fc20 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: elisp-common.eclass
@@ -492,7 +492,7 @@ elisp-site-regen() {
mv "${T}"/site-gentoo.el "${sitelisp}"/site-gentoo.el
eend $? "elisp-site-regen: Replacing site-gentoo.el failed" || die
case ${#sflist[@]} in
- 0) [[ ${PN} = emacs-common-gentoo ]] \
+ 0) [[ ${PN} = emacs-common ]] \
|| ewarn "... Huh? No site initialisation files found." ;;
1) einfo "... ${#sflist[@]} site initialisation file included." ;;
*) einfo "... ${#sflist[@]} site initialisation files included." ;;