diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-16 16:13:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-16 16:13:51 +0000 |
commit | bf1bbb8e4cc9ad6e43c4cf38c6439f3e42a9bdc6 (patch) | |
tree | 058ced65788f16401bce54466072fd2df3f103ef /eclass | |
parent | Fix whitespace typo. (diff) | |
download | gentoo-2-bf1bbb8e4cc9ad6e43c4cf38c6439f3e42a9bdc6.tar.gz gentoo-2-bf1bbb8e4cc9ad6e43c4cf38c6439f3e42a9bdc6.tar.bz2 gentoo-2-bf1bbb8e4cc9ad6e43c4cf38c6439f3e42a9bdc6.zip |
Fix dtd dependency to depend on existing version.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 756f6e176f59..0b050af2bf94 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -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/eclass/xorg-2.eclass,v 1.32 2011/03/16 16:12:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.33 2011/03/16 16:13:51 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -247,7 +247,7 @@ DOC_DEPEND=" app-text/asciidoc app-text/xmlto app-doc/doxygen - app-text/docbook-xml-dtd:4.1 + app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) |