summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-03-16 06:53:24 +0000
committerUlrich Müller <ulm@gentoo.org>2009-03-16 06:53:24 +0000
commit2f13c9aa07727e100091fa8fc72a9b605361197e (patch)
tree5a7ca2f681c2f97d818b45ae1ccb42ab64736f6a /eclass/elisp.eclass
parentAdapt to new version of elisp.eclass. (diff)
downloademacs-2f13c9aa07727e100091fa8fc72a9b605361197e.tar.gz
emacs-2f13c9aa07727e100091fa8fc72a9b605361197e.tar.bz2
emacs-2f13c9aa07727e100091fa8fc72a9b605361197e.zip
Rename ELISP_PATCHES to PATCHES. There can't really be any collisions because src_unpack/src_prepare can only be called for one eclass.
svn path=/emacs-overlay/; revision=1325
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r--eclass/elisp.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 4674f56..0d43edb 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -38,7 +38,7 @@
# DOCS="blah.txt ChangeLog" is automatically used to install the given
# files by dodoc in src_install().
-# @ECLASS-VARIABLE: ELISP_PATCHES
+# @ECLASS-VARIABLE: PATCHES
# @DESCRIPTION:
# Any patches to apply after unpacking the sources. Patches are searched
# both in ${PWD} and ${FILESDIR}.
@@ -89,7 +89,7 @@ elisp_src_unpack() {
elisp_src_prepare() {
local patch
- for patch in ${ELISP_PATCHES}; do
+ for patch in ${PATCHES}; do
if [ -f "${patch}" ]; then
epatch "${patch}"
elif [ -f "${FILESDIR}/${patch}" ]; then