diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-04 04:34:41 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-04 04:34:41 +0000 |
commit | 667859e3abaaad6bde17f89fffc31cbc7fc9bdb8 (patch) | |
tree | e298723d0c2ad079c14f9f77f4335a99b56b51cb /app-text/evince/evince-3.2.1.ebuild | |
parent | Reorder maintainers. (diff) | |
download | gentoo-2-667859e3abaaad6bde17f89fffc31cbc7fc9bdb8.tar.gz gentoo-2-667859e3abaaad6bde17f89fffc31cbc7fc9bdb8.tar.bz2 gentoo-2-667859e3abaaad6bde17f89fffc31cbc7fc9bdb8.zip |
evince-3.x uses docbook-xml-dtd:4.3, not 4.1.2 (bug #392263, thanks to markus.heuberger@gmx.net for reporting).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-text/evince/evince-3.2.1.ebuild')
-rw-r--r-- | app-text/evince/evince-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/evince/evince-3.2.1.ebuild b/app-text/evince/evince-3.2.1.ebuild index 358a881455a7..be5c4a151e3d 100644 --- a/app-text/evince/evince-3.2.1.ebuild +++ b/app-text/evince/evince-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1.ebuild,v 1.3 2011/11/26 02:45:45 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1.ebuild,v 1.4 2011/12/04 04:34:41 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -52,7 +52,7 @@ RDEPEND=" DEPEND="${RDEPEND} app-text/scrollkeeper >=app-text/gnome-doc-utils-0.3.2 - ~app-text/docbook-xml-dtd-4.1.2 + app-text/docbook-xml-dtd:4.3 >=dev-util/pkgconfig-0.9 sys-devel/gettext >=dev-util/intltool-0.35 |