| 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.105 2011/07/27 09:30:46 alexxy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.106 2011/08/31 23:44:45 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 |
| … | |
… | |
| 303 | !aqua? ( |
303 | !aqua? ( |
| 304 | x11-libs/libXext |
304 | x11-libs/libXext |
| 305 | x11-libs/libXt |
305 | x11-libs/libXt |
| 306 | x11-libs/libXxf86vm |
306 | x11-libs/libXxf86vm |
| 307 | x11-libs/libXcomposite |
307 | x11-libs/libXcomposite |
|
|
308 | x11-libs/libxkbfile |
| 308 | ) |
309 | ) |
| 309 | " |
310 | " |
| 310 | |
311 | |
| 311 | if [[ ${PN} != kdelibs ]]; then |
312 | if [[ ${PN} != kdelibs ]]; then |
| 312 | kdecommondepend+=" $(add_kdebase_dep kdelibs)" |
313 | kdecommondepend+=" $(add_kdebase_dep kdelibs)" |