commit: f88edb9ae964ded03304698cb8e39041fbc9a311 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 11 09:16:22 2014 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Jun 11 09:16:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=f88edb9a
elisp-common.eclass: Update version number in example. --- eclass/elisp-common.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index bc8cda7..14d99ee 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -30,15 +30,15 @@ # to your DEPEND/RDEPEND line and use the functions provided here to # bring the files to the correct locations. # -# If your package requires a minimum Emacs version, e.g. Emacs 23, then -# the dependency should be on >=virtual/emacs-23 instead. Because the +# If your package requires a minimum Emacs version, e.g. Emacs 24, then +# the dependency should be on >=virtual/emacs-24 instead. Because the # user can select the Emacs executable with eselect, you should also # make sure that the active Emacs version is sufficient. This can be # tested with function elisp-need-emacs(), which would typically be # called from pkg_setup(), as in the following example: # # @CODE -# elisp-need-emacs 23 || die "Emacs version too low" +# elisp-need-emacs 24 || die "Emacs version too low" # @CODE # # Please note that such tests should be limited to packages that are
