| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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.124 2011/12/27 17:55:13 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.125 2012/05/02 18:31:45 jdhore Exp $ |
| 4 | # |
4 | # |
| 5 | # @DEPRECATED |
5 | # @DEPRECATED |
| 6 | # This eclass has been superseded by xorg-2 |
6 | # This eclass has been superseded by xorg-2 |
| 7 | # Please modify your ebuilds to use that instead |
7 | # Please modify your ebuilds to use that instead |
| 8 | # |
8 | # |
| … | |
… | |
| 177 | DEBUGGABLE="yes" |
177 | DEBUGGABLE="yes" |
| 178 | IUSE="${IUSE} debug" |
178 | IUSE="${IUSE} debug" |
| 179 | fi |
179 | fi |
| 180 | |
180 | |
| 181 | DEPEND="${DEPEND} |
181 | DEPEND="${DEPEND} |
| 182 | >=dev-util/pkgconfig-0.18" |
182 | virtual/pkgconfig" |
| 183 | |
183 | |
| 184 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
184 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
| 185 | DEPEND="${DEPEND} |
185 | DEPEND="${DEPEND} |
| 186 | >=x11-misc/util-macros-1.3.0" |
186 | >=x11-misc/util-macros-1.3.0" |
| 187 | fi |
187 | fi |