summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:03:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:03:46 +0000
commit32027f9c53c377f250cdb00449d1d96ede20b120 (patch)
treebe292ba2761c499f61748fc44123888d9401c180 /xfce-extra/xfce4-wmdock-plugin
parentbump to eapi3 (diff)
downloadhistorical-32027f9c53c377f250cdb00449d1d96ede20b120.tar.gz
historical-32027f9c53c377f250cdb00449d1d96ede20b120.tar.bz2
historical-32027f9c53c377f250cdb00449d1d96ede20b120.zip
bump to eapi3, use array
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-wmdock-plugin')
-rw-r--r--xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild b/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild
index c2c18eaa2cb6..137d04b5b6f8 100644
--- a/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild
+++ b/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 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-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild,v 1.4 2010/08/08 12:29:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild,v 1.5 2011/01/29 21:03:46 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
@@ -26,8 +26,11 @@ DEPEND="${RDEPEND}
pkg_setup() {
PATCHES=( "${FILESDIR}"/${P}-libxfce4panel_h.patch )
- XFCONF="--disable-dependency-tracking
- $(xfconf_use_debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog README TODO"
}