summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:01:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:01:57 +0000
commit209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c (patch)
tree02cb305593e90204bdb07791e0e425c65b2b01dd /xfce-extra/xfce4-linelight-plugin
parentbump to eapi3, use arrays etc (diff)
downloadhistorical-209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c.tar.gz
historical-209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c.tar.bz2
historical-209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c.zip
bump to eapi3, use arrays
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-linelight-plugin')
-rw-r--r--xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild
index 401877b0327e..6968d90a3428 100644
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.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-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.3 2010/11/05 13:56:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.4 2011/01/29 20:58:14 ssuominen Exp $
-EAPI=2
+EAPI=3
EAUTORECONF=yes
inherit xfconf
@@ -28,6 +28,10 @@ pkg_setup() {
"${FILESDIR}"/${P}-libxfce4panel_h.patch
"${FILESDIR}"/${P}-port-to-gio.patch
)
- XFCONF="--disable-dependency-tracking"
+
+ XFCONF=(
+ --disable-dependency-tracking
+ )
+
DOCS="AUTHORS ChangeLog NEWS"
}