summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:59:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-04 17:59:43 +0000
commit1e9c3f56db58892eba17ed1dd9f8325af39a52ae (patch)
tree87941c60aa566bae53662fa901be0c4631e53e8c /xfce-extra/xfce4-fsguard-plugin
parentFix scanpci location. (diff)
downloadhistorical-1e9c3f56db58892eba17ed1dd9f8325af39a52ae.tar.gz
historical-1e9c3f56db58892eba17ed1dd9f8325af39a52ae.tar.bz2
historical-1e9c3f56db58892eba17ed1dd9f8325af39a52ae.zip
EAPI3 plus cleanup
Package-Manager: portage-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.ebuild12
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)
+ )
}