summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-29 20:58:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-29 20:58:14 +0000
commitd2a3657c840dfb9619d75c1b7fce917d5dd2810e (patch)
treeff12c6b2aeeab82c6151cdee4a4f03c56b0f4a49 /xfce-extra
parentbump header (diff)
downloadgentoo-2-d2a3657c840dfb9619d75c1b7fce917d5dd2810e.tar.gz
gentoo-2-d2a3657c840dfb9619d75c1b7fce917d5dd2810e.tar.bz2
gentoo-2-d2a3657c840dfb9619d75c1b7fce917d5dd2810e.zip
bump to eapi3, use arrays
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-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"
}