summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-05 11:31:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-05 11:31:50 +0000
commitb2ffdd66b3a67c6bbcfff905affbd74e5888a917 (patch)
tree25402a00417c206727cac3e15ec9f4540ae3dada /app-editors/qemacs
parentAdd cvs to DEPEND because of stupid autopoint needing it. Bug #233422. If any... (diff)
downloadgentoo-2-b2ffdd66b3a67c6bbcfff905affbd74e5888a917.tar.gz
gentoo-2-b2ffdd66b3a67c6bbcfff905affbd74e5888a917.tar.bz2
gentoo-2-b2ffdd66b3a67c6bbcfff905affbd74e5888a917.zip
Add missing build-time dependency over texi2html.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r--app-editors/qemacs/ChangeLog8
-rw-r--r--app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild7
2 files changed, 11 insertions, 4 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog
index d0df849a6b4e..a781f8e3d757 100644
--- a/app-editors/qemacs/ChangeLog
+++ b/app-editors/qemacs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/qemacs
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.36 2007/12/15 09:07:10 ulm Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.37 2008/10/05 11:31:50 flameeyes Exp $
+
+ 05 Oct 2008; Diego Pettenò <flameeyes@gentoo.org>
+ qemacs-0.3.2_pre20070226.ebuild:
+ Add missing build-time dependency over texi2html.
15 Dec 2007; Ulrich Mueller <ulm@gentoo.org>
files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch:
diff --git a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild b/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild
index 75a4e1b1b23e..8f42a7e1261d 100644
--- a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild
+++ b/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.8 2007/10/10 07:20:01 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.9 2008/10/05 11:31:50 flameeyes Exp $
inherit eutils versionator flag-o-matic
@@ -21,6 +21,9 @@ DEPEND="X? ( x11-libs/libX11
RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+ app-text/texi2html"
+
src_unpack() {
unpack ${A}
cd "${S}"