diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-04 17:56:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-04 17:56:20 +0000 |
commit | b05f562bf16888368933baa2a0abba6382c35695 (patch) | |
tree | a75ce91f1c34ce345c72586e4790393ba6adc2bb /xfce-extra/xfce4-fsguard-plugin | |
parent | EAPI3 plus cleanup (diff) | |
download | gentoo-2-b05f562bf16888368933baa2a0abba6382c35695.tar.gz gentoo-2-b05f562bf16888368933baa2a0abba6382c35695.tar.bz2 gentoo-2-b05f562bf16888368933baa2a0abba6382c35695.zip |
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-fsguard-plugin')
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild index dd33107687d2..827782f9787c 100644 --- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild +++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild,v 1.2 2009/10/08 17:34:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild,v 1.3 2011/02/04 17:56:20 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="Filesystem guard panel plugin" @@ -24,6 +24,8 @@ DEPEND="${RDEPEND} pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" + XFCONF=( + --disable-dependency-tracking + $(use_enable debug) + ) } |