summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-04-01 23:27:09 +0000
committerUlrich Müller <ulm@gentoo.org>2013-04-01 23:27:09 +0000
commit605a69d246ecd8dac3b4e6e6f58440bc5dbad110 (patch)
treefa34e615b5b92e53d1ead0d7dfd41c106bb1f3bd /app-doc/elisp-manual/elisp-manual-24.3.ebuild
parentVersion bump. (diff)
downloadgentoo-2-605a69d246ecd8dac3b4e6e6f58440bc5dbad110.tar.gz
gentoo-2-605a69d246ecd8dac3b4e6e6f58440bc5dbad110.tar.bz2
gentoo-2-605a69d246ecd8dac3b4e6e6f58440bc5dbad110.zip
Add build-time dependency on sys-apps/texinfo. Make version 23.4 build with makeinfo 5. EAPI bump.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-doc/elisp-manual/elisp-manual-24.3.ebuild')
-rw-r--r--app-doc/elisp-manual/elisp-manual-24.3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-doc/elisp-manual/elisp-manual-24.3.ebuild b/app-doc/elisp-manual/elisp-manual-24.3.ebuild
index ded97c8f8e8f..0579e48035bd 100644
--- a/app-doc/elisp-manual/elisp-manual-24.3.ebuild
+++ b/app-doc/elisp-manual/elisp-manual-24.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.3.ebuild,v 1.1 2013/03/15 08:41:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/elisp-manual/elisp-manual-24.3.ebuild,v 1.2 2013/04/01 23:27:09 ulm Exp $
EAPI=5
@@ -15,7 +15,8 @@ LICENSE="FDL-1.3+"
SLOT="24"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-DEPEND="app-arch/xz-utils"
+DEPEND="app-arch/xz-utils
+ sys-apps/texinfo"
S="${WORKDIR}/lispref"
@@ -25,7 +26,7 @@ src_prepare() {
}
src_compile() {
- makeinfo elisp.texi || die "makeinfo failed"
+ makeinfo elisp.texi || die
}
src_install() {