diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-01 21:33:05 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-01 21:33:05 +0000 |
commit | 09d9b716d83dd061ea43dbe65493c367607cea93 (patch) | |
tree | d87d7aae66238d00e48628f1b16121e00db09f10 /app-text/evince/evince-2.20.1.ebuild | |
parent | Initial ebuild, thanks to Ford_Prefect. Commited directly to stable to match ... (diff) | |
download | gentoo-2-09d9b716d83dd061ea43dbe65493c367607cea93.tar.gz gentoo-2-09d9b716d83dd061ea43dbe65493c367607cea93.tar.bz2 gentoo-2-09d9b716d83dd061ea43dbe65493c367607cea93.zip |
add docbook-xml-dtd-4.1.2 to DEPEND, fix bug #229077.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-text/evince/evince-2.20.1.ebuild')
-rw-r--r-- | app-text/evince/evince-2.20.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/evince/evince-2.20.1.ebuild b/app-text/evince/evince-2.20.1.ebuild index 172f8dc26e4e..9ade4ba16e91 100644 --- a/app-text/evince/evince-2.20.1.ebuild +++ b/app-text/evince/evince-2.20.1.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-text/evince/evince-2.20.1.ebuild,v 1.9 2007/12/11 11:02:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.20.1.ebuild,v 1.10 2008/07/01 21:33:05 eva Exp $ WANT_AUTOMAKE="1.9" inherit eutils gnome2 autotools @@ -38,6 +38,7 @@ RDEPEND=" DEPEND="${RDEPEND} app-text/scrollkeeper >=app-text/gnome-doc-utils-0.3.2 + ~app-text/docbook-xml-dtd-4.1.2 >=dev-util/pkgconfig-0.9 >=sys-devel/automake-1.9 >=dev-util/intltool-0.35" |