| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/virtualx.eclass,v 1.30 2009/10/19 21:12:07 abcd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.31 2009/10/19 23:52:39 abcd Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass can be used for packages that needs a working X environment to build |
7 | # This eclass can be used for packages that needs a working X environment to build |
| 8 | |
8 | |
| … | |
… | |
| 19 | always) |
19 | always) |
| 20 | DEPEND="${VIRTUALX_DEPEND}" |
20 | DEPEND="${VIRTUALX_DEPEND}" |
| 21 | RDEPEND="" |
21 | RDEPEND="" |
| 22 | ;; |
22 | ;; |
| 23 | tests) |
23 | tests) |
| 24 | DEPEND="test? ( ${VIRTUAX_DEPEND} )" |
24 | DEPEND="test? ( ${VIRTUALX_DEPEND} )" |
| 25 | RDEPEND="" |
25 | RDEPEND="" |
| 26 | IUSE="test" |
26 | IUSE="test" |
| 27 | ;; |
27 | ;; |
| 28 | manual) |
28 | manual) |
| 29 | ;; |
29 | ;; |