diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-01-14 15:42:25 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-01-14 15:42:25 +0000 |
commit | 4ab0af295c13b4655473d37200df112488b875f4 (patch) | |
tree | 162f7788ea21942fba2f1299002c037b5ec40934 /app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild | |
parent | new version with fix (diff) | |
download | gentoo-2-4ab0af295c13b4655473d37200df112488b875f4.tar.gz gentoo-2-4ab0af295c13b4655473d37200df112488b875f4.tar.bz2 gentoo-2-4ab0af295c13b4655473d37200df112488b875f4.zip |
Adding docbook-xml-dtd dependencias (bug #104014)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild')
-rw-r--r-- | app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild index 90c6d2f628d1..0610cec97d77 100644 --- a/app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild +++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild,v 1.10 2005/10/10 08:10:39 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.2.1.ebuild,v 1.11 2006/01/14 15:42:25 leonardop Exp $ inherit python gnome2 @@ -17,6 +17,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.12 >=dev-lang/python-2" DEPEND="${RDEPEND} + ~app-text/docbook-xml-dtd-4.3 sys-devel/gettext dev-util/intltool" |