| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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/x-modular.eclass,v 1.42 2006/02/03 18:09:46 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.43 2006/02/05 22:52:49 spyderous Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is designed to reduce code duplication in the modularized X11 |
7 | # This eclass is designed to reduce code duplication in the modularized X11 |
| 8 | # ebuilds. |
8 | # ebuilds. |
| … | |
… | |
| 129 | fi |
129 | fi |
| 130 | |
130 | |
| 131 | DEPEND="${DEPEND} |
131 | DEPEND="${DEPEND} |
| 132 | >=dev-util/pkgconfig-0.18" |
132 | >=dev-util/pkgconfig-0.18" |
| 133 | |
133 | |
| 134 | if [[ "${PN/util-macros}" != "${PN}" ]]; then |
134 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
| 135 | DEPEND="${DEPEND} |
135 | DEPEND="${DEPEND} |
| 136 | >=x11-misc/util-macros-0.99.2" |
136 | >=x11-misc/util-macros-0.99.2" |
| 137 | fi |
137 | fi |
| 138 | |
138 | |
| 139 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
139 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |