diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-04 17:59:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-04 17:59:43 +0000 |
commit | 5cef47d5636c6fe349379df510949bf49c1bb7d6 (patch) | |
tree | 66f83b080bb72808d56fc331e0ccb5b7df60622c /xfce-extra/xfce4-cpufreq-plugin | |
parent | EAPI3 plus cleanup (diff) | |
download | gentoo-2-5cef47d5636c6fe349379df510949bf49c1bb7d6.tar.gz gentoo-2-5cef47d5636c6fe349379df510949bf49c1bb7d6.tar.bz2 gentoo-2-5cef47d5636c6fe349379df510949bf49c1bb7d6.zip |
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
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" } |