diff options
Diffstat (limited to 'xfce-extra/xfce4-cpufreq-plugin')
-rw-r--r-- | xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild index f01197ef05eb..8586d20d55e2 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild +++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.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-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild,v 1.2 2009/08/24 09:37:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild,v 1.3 2011/02/04 17:59:43 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="A panel plugin for showing information about cpufreq settings" @@ -26,7 +26,9 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P/cpuf/cpu-f} pkg_setup() { - XFCONF="--disable-dependency-tracking - $(use_enable debug)" + XFCONF=( + --disable-dependency-tracking + $(use_enable debug) + ) DOCS="AUTHORS ChangeLog README" } |