From b2ffdd66b3a67c6bbcfff905affbd74e5888a917 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sun, 5 Oct 2008 11:31:50 +0000 Subject: Add missing build-time dependency over texi2html. (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64) --- app-editors/qemacs/ChangeLog | 8 ++++++-- app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'app-editors/qemacs') 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ò + qemacs-0.3.2_pre20070226.ebuild: + Add missing build-time dependency over texi2html. 15 Dec 2007; Ulrich Mueller 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}" -- cgit v1.2.3-65-gdbad