| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.26 2011/03/02 15:40:38 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.27 2011/03/08 11:31:42 scarabeus Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: xorg-2.eclass |
5 | # @ECLASS: xorg-2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # x11@gentoo.org |
7 | # x11@gentoo.org |
| 8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
| … | |
… | |
| 212 | if has doc ${IUSE//+}; then |
212 | if has doc ${IUSE//+}; then |
| 213 | DEPEND+=" |
213 | DEPEND+=" |
| 214 | doc? ( |
214 | doc? ( |
| 215 | app-text/xmlto |
215 | app-text/xmlto |
| 216 | app-doc/doxygen |
216 | app-doc/doxygen |
|
|
217 | app-text/docbook-xml-dtd:4.1 |
| 217 | app-text/docbook-xml-dtd:4.2 |
218 | app-text/docbook-xml-dtd:4.2 |
| 218 | app-text/docbook-xml-dtd:4.3 |
219 | app-text/docbook-xml-dtd:4.3 |
| 219 | ) |
220 | ) |
| 220 | " |
221 | " |
| 221 | fi |
222 | fi |