summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild')
-rw-r--r--app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild
index 8b9e20e243aa..a6dc27561b06 100644
--- a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild
+++ b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild,v 1.8 2009/09/05 23:40:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild,v 1.9 2009/09/17 15:00:02 ulm Exp $
inherit eutils
MY_P=${PN}-${PV/./-}
DESCRIPTION="The GNU Emacs Lisp Reference Manual"
HOMEPAGE="http://www.gnu.org/software/emacs/manual/"
-SRC_URI="mirror://gnu/emacs/${MY_P}.tar.gz"
+SRC_URI="mirror://gnu/emacs/${MY_P}.tar.gz
+ mirror://gentoo/${P}-patches.tar.gz"
LICENSE="FDL-1.1"
SLOT="21"
@@ -21,8 +22,7 @@ src_unpack() {
cd "${S}"
# remove pre-made info files
rm -f elisp elisp-[0-9]*
- epatch "${FILESDIR}/${P}-fix-texinfo.patch"
- epatch "${FILESDIR}/${P}-direntry.patch"
+ EPATCH_SUFFIX=patch epatch
}
src_compile() {