| 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.87 2007/10/14 10:12:24 dberkholz Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.88 2007/10/15 23:57:37 beandog Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <dberkholz@gentoo.org> |
5 | # Author: Donnie Berkholz <dberkholz@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. |
| … | |
… | |
| 177 | >=x11-misc/util-macros-0.99.2 |
177 | >=x11-misc/util-macros-0.99.2 |
| 178 | >=sys-devel/binutils-2.16.1-r3" |
178 | >=sys-devel/binutils-2.16.1-r3" |
| 179 | fi |
179 | fi |
| 180 | |
180 | |
| 181 | RDEPEND="${RDEPEND} |
181 | RDEPEND="${RDEPEND} |
| 182 | || ( >=sys-apps/man-1.6b-r2 >=sys-apps/man-db-2.4.3-r1 ) |
|
|
| 183 | !<=x11-base/xorg-x11-6.9" |
182 | !<=x11-base/xorg-x11-6.9" |
| 184 | # Provides virtual/x11 for temporary use until packages are ported |
183 | # Provides virtual/x11 for temporary use until packages are ported |
| 185 | # x11-base/x11-env" |
184 | # x11-base/x11-env" |
| 186 | |
185 | |
| 187 | inherit eutils libtool multilib toolchain-funcs flag-o-matic autotools \ |
186 | inherit eutils libtool multilib toolchain-funcs flag-o-matic autotools \ |