summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-06-19 11:57:50 +0000
committerUlrich Müller <ulm@gentoo.org>2008-06-19 11:57:50 +0000
commit7c089555053932ba3961cc701bbe17997a7391be (patch)
treecc7e506f996113ddb56fa8ad5a42beca1629452d /eclass
parentUndo previous change. (diff)
downloademacs-7c089555053932ba3961cc701bbe17997a7391be.tar.gz
emacs-7c089555053932ba3961cc701bbe17997a7391be.tar.bz2
emacs-7c089555053932ba3961cc701bbe17997a7391be.zip
Undo previous change.
svn path=/emacs-overlay/; revision=1104
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog4
-rw-r--r--eclass/elisp.eclass8
2 files changed, 4 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 29472ce..f2a4853 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,7 +1,3 @@
-2008-06-19 Ulrich Mueller <ulm@gentoo.org>
-
- * elisp.eclass (NEED_EMACS): Support major/minor version.
-
2008-05-25 Ulrich Mueller <ulm@gentoo.org>
* elisp.eclass (SIMPLE_ELISP): Remove variable.
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 3d6bbec..26e0265 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -21,8 +21,8 @@
# All elisp-* functions are documented there.
#
# If the package's source is a single (in whatever way) compressed elisp
-# file with the file name ${PN}-${PV}.el, then this eclass will move
-# ${PN}-${PV}.el to ${PN}.el in src_unpack().
+# file with the file name ${P}.el, then this eclass will move ${P}.el to
+# ${PN}.el in src_unpack().
# @ECLASS-VARIABLE: DOCS
# @DESCRIPTION:
@@ -38,8 +38,8 @@
inherit elisp-common versionator
VERSION=${NEED_EMACS:-21}
-DEPEND=">=virtual/emacs-${VERSION%%.*}"
-RDEPEND=">=virtual/emacs-${VERSION%%.*}"
+DEPEND=">=virtual/emacs-${VERSION}"
+RDEPEND=">=virtual/emacs-${VERSION}"
IUSE=""
elisp_pkg_setup() {