| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/gnome2.eclass,v 1.96 2011/04/22 11:04:13 nirbheek Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.97 2011/07/08 11:35:01 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: gnome2.eclass |
5 | # @ECLASS: gnome2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # gnome@gentoo.org |
7 | # gnome@gentoo.org |
| 8 | # @BLURB: |
8 | # @BLURB: |
| … | |
… | |
| 110 | G2CONF="${G2CONF} --enable-debug=yes" |
110 | G2CONF="${G2CONF} --enable-debug=yes" |
| 111 | fi |
111 | fi |
| 112 | fi |
112 | fi |
| 113 | |
113 | |
| 114 | # Prevent a QA warning |
114 | # Prevent a QA warning |
| 115 | if hasq doc ${IUSE} ; then |
115 | if has doc ${IUSE} ; then |
| 116 | G2CONF="${G2CONF} $(use_enable doc gtk-doc)" |
116 | G2CONF="${G2CONF} $(use_enable doc gtk-doc)" |
| 117 | fi |
117 | fi |
| 118 | |
118 | |
| 119 | # Avoid sandbox violations caused by misbehaving packages (bug #128289) |
119 | # Avoid sandbox violations caused by misbehaving packages (bug #128289) |
| 120 | addwrite "/root/.gnome2" |
120 | addwrite "/root/.gnome2" |