diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-10-21 19:16:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-10-21 19:16:16 +0000 |
commit | 7b1d2ab9f82b8476af9abef745a7f573e4f68240 (patch) | |
tree | 57412f57f4ecdb66417ff917d4dc5dde19c9490b /eclass/elisp.eclass | |
parent | Add missing ChangeLog entry for the previous targets/desktop/gnome/package.us... (diff) | |
download | historical-7b1d2ab9f82b8476af9abef745a7f573e4f68240.tar.gz historical-7b1d2ab9f82b8476af9abef745a7f573e4f68240.tar.bz2 historical-7b1d2ab9f82b8476af9abef745a7f573e4f68240.zip |
ELISP_PATCHES is a space separated list.
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index d87989047602..0a3953664436 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.52 2011/08/30 20:10:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.53 2011/10/21 19:16:16 ulm Exp $ # # @ECLASS: elisp.eclass # @MAINTAINER: @@ -36,8 +36,9 @@ # @ECLASS-VARIABLE: ELISP_PATCHES # @DEFAULT_UNSET # @DESCRIPTION: -# Any patches to apply after unpacking the sources. Patch files are -# searched for in the current working dir, WORKDIR, and FILESDIR. +# Space separated list of patches to apply after unpacking the sources. +# Patch files are searched for in the current working dir, WORKDIR, and +# FILESDIR. # @ECLASS-VARIABLE: SITEFILE # @DEFAULT_UNSET |