diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:41:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:41:59 +0000 |
commit | 1ed3338e4b601a6b13fd724cf8bc227fdb31bc6b (patch) | |
tree | 1c4a5cdcfcd221de352ef3d070df90c632606cef /xfce-extra | |
parent | EAPI4 (diff) | |
download | gentoo-2-1ed3338e4b601a6b13fd724cf8bc227fdb31bc6b.tar.gz gentoo-2-1ed3338e4b601a6b13fd724cf8bc227fdb31bc6b.tar.bz2 gentoo-2-1ed3338e4b601a6b13fd724cf8bc227fdb31bc6b.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild index 8f2edd011e4d..d2220910279d 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild,v 1.6 2011/02/14 19:48:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.6.0.ebuild,v 1.7 2011/05/19 21:41:59 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Daemon that enforces volume-related policies" @@ -31,10 +31,9 @@ DEPEND="${COMMON_DEPEND} pkg_setup() { XFCONF=( - --disable-dependency-tracking $(use_enable libnotify notifications) $(xfconf_use_debug) ) - DOCS="AUTHORS ChangeLog NEWS README THANKS" + DOCS=( AUTHORS ChangeLog NEWS README THANKS ) } |