summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-06-11 09:13:36 +0000
committerUlrich Müller <ulm@gentoo.org>2014-06-11 09:13:36 +0000
commit50ca5597ec23f5dbdf0a2b4acc627491f5e972a3 (patch)
tree73ff47aa865ad98210416a621ab70190a78fbbe4 /eclass
parentDrop old (diff)
downloadhistorical-50ca5597ec23f5dbdf0a2b4acc627491f5e972a3.tar.gz
historical-50ca5597ec23f5dbdf0a2b4acc627491f5e972a3.tar.bz2
historical-50ca5597ec23f5dbdf0a2b4acc627491f5e972a3.zip
Update version number in example.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/elisp-common.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 42ceb1276784..74c30549daf7 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.89 2014/05/24 08:48:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.90 2014/06/11 09:13:36 ulm Exp $
#
# @ECLASS: elisp-common.eclass
# @MAINTAINER:
@@ -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