| 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/xfconf.eclass,v 1.34 2011/05/19 22:39:07 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.35 2011/06/06 14:38:46 angelos Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: xfconf.eclass |
5 | # @ECLASS: xfconf.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # XFCE maintainers <xfce@gentoo.org> |
7 | # XFCE maintainers <xfce@gentoo.org> |
| 8 | # @BLURB: Default XFCE ebuild layout |
8 | # @BLURB: Default XFCE ebuild layout |
| … | |
… | |
| 67 | echo "--enable-debug" |
67 | echo "--enable-debug" |
| 68 | fi |
68 | fi |
| 69 | else |
69 | else |
| 70 | echo "--enable-debug=minimum" |
70 | echo "--enable-debug=minimum" |
| 71 | fi |
71 | fi |
|
|
72 | else |
|
|
73 | ewarn "${FUNCNAME} called without debug in IUSE" |
| 72 | fi |
74 | fi |
| 73 | } |
75 | } |
| 74 | |
76 | |
| 75 | # @FUNCTION: xfconf_src_prepare |
77 | # @FUNCTION: xfconf_src_prepare |
| 76 | # @DESCRIPTION: |
78 | # @DESCRIPTION: |