| 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/kde4-base.eclass,v 1.91 2011/05/01 13:52:09 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.92 2011/05/14 16:03:22 dilfridge Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: kde4-base.eclass |
5 | # @ECLASS: kde4-base.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
7 | # kde@gentoo.org |
| 8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
| … | |
… | |
| 335 | >=x11-libs/qt-test-${QT_MINIMAL}:4 |
335 | >=x11-libs/qt-test-${QT_MINIMAL}:4 |
| 336 | !aqua? ( |
336 | !aqua? ( |
| 337 | x11-libs/libXext |
337 | x11-libs/libXext |
| 338 | x11-libs/libXt |
338 | x11-libs/libXt |
| 339 | x11-libs/libXxf86vm |
339 | x11-libs/libXxf86vm |
|
|
340 | x11-libs/libXcomposite |
| 340 | ) |
341 | ) |
| 341 | " |
342 | " |
| 342 | |
343 | |
| 343 | if [[ ${PN} != kdelibs ]]; then |
344 | if [[ ${PN} != kdelibs ]]; then |
| 344 | kdecommondepend+=" $(add_kdebase_dep kdelibs)" |
345 | kdecommondepend+=" $(add_kdebase_dep kdelibs)" |