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
commit06e237fca19802b604c902cbdc8bb8db87dc8eb2 (patch)
treecc9bae5f7b3489c2c9abfa17408e624e07c3e3ab /xfce-extra/xfce4-modemlights-plugin
parentbump to eapi3 (diff)
downloadgentoo-2-06e237fca19802b604c902cbdc8bb8db87dc8eb2.tar.gz
gentoo-2-06e237fca19802b604c902cbdc8bb8db87dc8eb2.tar.bz2
gentoo-2-06e237fca19802b604c902cbdc8bb8db87dc8eb2.zip
bump to eapi3, use arrays
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-modemlights-plugin')
-rw-r--r--xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild
index 265ea907895f..4e1003ce1e11 100644
--- a/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild
+++ b/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.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-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild,v 1.3 2009/10/06 11:11:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-modemlights-plugin/xfce4-modemlights-plugin-0.1.3.99.ebuild,v 1.4 2011/01/29 21:01:57 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
DESCRIPTION="a panel plugin to turn dialup (ppp) connections on/off"
@@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(use_enable debug)
+ )
}