diff options
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 282beee5b6ae..2fea311305f1 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -27,7 +27,7 @@ # file with the file name ${P}.el, then this eclass will move ${P}.el to # ${PN}.el in src_unpack(). -# @ECLASS-VARIABLE: NEED_EMACS +# @ECLASS_VARIABLE: NEED_EMACS # @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: @@ -35,7 +35,7 @@ # variable before inheriting elisp.eclass. Set it to the version your # package uses and the dependency will be adjusted. -# @ECLASS-VARIABLE: ELISP_PATCHES +# @ECLASS_VARIABLE: ELISP_PATCHES # @DEFAULT_UNSET # @DESCRIPTION: # Space separated list of patches to apply after unpacking the sources. @@ -43,12 +43,12 @@ # FILESDIR. This variable is semi-deprecated, preferably use the # PATCHES array instead. -# @ECLASS-VARIABLE: ELISP_REMOVE +# @ECLASS_VARIABLE: ELISP_REMOVE # @DEFAULT_UNSET # @DESCRIPTION: # Space separated list of files to remove after unpacking the sources. -# @ECLASS-VARIABLE: SITEFILE +# @ECLASS_VARIABLE: SITEFILE # @DEFAULT_UNSET # @DESCRIPTION: # Name of package's site-init file. The filename must match the shell @@ -56,7 +56,7 @@ # reserved for internal use. "50${PN}-gentoo.el" is a reasonable choice # in most cases. -# @ECLASS-VARIABLE: ELISP_TEXINFO +# @ECLASS_VARIABLE: ELISP_TEXINFO # @DEFAULT_UNSET # @DESCRIPTION: # Space separated list of Texinfo sources. Respective GNU Info files |