diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-10-27 21:34:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-10-27 21:34:34 +0000 |
commit | a2bb29209e8f3b688d89f74aae21f5bb15e9411c (patch) | |
tree | cf4275d6f3ac269d8d189069ffe7ce326edd55d8 /eclass/elisp-common.eclass | |
parent | Fixed xinetd issue and typo. Clean up distcc-config. Removed old revisions. (diff) | |
download | gentoo-2-a2bb29209e8f3b688d89f74aae21f5bb15e9411c.tar.gz gentoo-2-a2bb29209e8f3b688d89f74aae21f5bb15e9411c.tar.bz2 gentoo-2-a2bb29209e8f3b688d89f74aae21f5bb15e9411c.zip |
Don't assign a default to SITEFILE, since elisp-common.eclass doesn't use it.
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 324e562a37eb..bf24fb62fe41 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.50 2008/10/16 09:28:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.51 2008/10/27 21:34:34 ulm Exp $ # # Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -139,11 +139,6 @@ SITELISP=/usr/share/emacs/site-lisp # Directory where packages install miscellaneous (not Lisp) files. SITEETC=/usr/share/emacs/etc -# @ECLASS-VARIABLE: SITEFILE -# @DESCRIPTION: -# Name of package's site-init file. -SITEFILE=50${PN}-gentoo.el - # @ECLASS-VARIABLE: EMACS # @DESCRIPTION: # Path of Emacs executable. |