diff options
author | 2010-08-19 21:45:12 +0000 | |
---|---|---|
committer | 2010-08-19 21:45:12 +0000 | |
commit | 0a4200673cf03392f92f3678c905fc0cf852c828 (patch) | |
tree | 459c95f5278dcd8a905640d9b21d84a458602b60 /app-text/evince/evince-2.30.3.ebuild | |
parent | Only force autotools on people using epatch_user, and clean up the lib move f... (diff) | |
download | gentoo-2-0a4200673cf03392f92f3678c905fc0cf852c828.tar.gz gentoo-2-0a4200673cf03392f92f3678c905fc0cf852c828.tar.bz2 gentoo-2-0a4200673cf03392f92f3678c905fc0cf852c828.zip |
Raise gtk-doc dependency according to configure.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/evince/evince-2.30.3.ebuild')
-rw-r--r-- | app-text/evince/evince-2.30.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/evince/evince-2.30.3.ebuild b/app-text/evince/evince-2.30.3.ebuild index c93c0976c965..10d760d7f5ad 100644 --- a/app-text/evince/evince-2.30.3.ebuild +++ b/app-text/evince/evince-2.30.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.30.3.ebuild,v 1.4 2010/08/01 11:44:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.30.3.ebuild,v 1.5 2010/08/19 21:45:12 eva Exp $ EAPI="2" @@ -43,8 +43,8 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 sys-devel/gettext >=dev-util/intltool-0.35 - dev-util/gtk-doc-am - doc? ( dev-util/gtk-doc )" + >=dev-util/gtk-doc-am-1.13 + doc? ( >=dev-util/gtk-doc-1.13 )" DOCS="AUTHORS ChangeLog NEWS README TODO" ELTCONF="--portage" |