diff options
Diffstat (limited to 'xfce-base/exo/exo-0.6.1.ebuild')
-rw-r--r-- | xfce-base/exo/exo-0.6.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce-base/exo/exo-0.6.1.ebuild b/xfce-base/exo/exo-0.6.1.ebuild index be425bf083ac..d02e9cbac10b 100644 --- a/xfce-base/exo/exo-0.6.1.ebuild +++ b/xfce-base/exo/exo-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.3 2011/05/19 22:01:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.4 2011/05/20 17:55:18 grobian Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -40,6 +40,7 @@ pkg_setup() { $(xfconf_use_debug) --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) } |