From 5cef47d5636c6fe349379df510949bf49c1bb7d6 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 4 Feb 2011 17:59:43 +0000 Subject: EAPI3 plus cleanup (Portage version: 2.2.0_alpha19/cvs/Linux x86_64) --- .../xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild') 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" } -- cgit v1.2.3-65-gdbad