From 1aa981d8f976985850940244771102d270051ccf Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 18 Dec 2010 19:00:47 +0000 Subject: tidy (Portage version: 2.2.0_alpha9/cvs/Linux x86_64) --- xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'xfce-extra') diff --git a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild index f4a23885a826..e96ab208617e 100644 --- a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild +++ b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.4 2009/10/03 15:10:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.5 2010/12/18 19:00:47 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf -DESCRIPTION="User switching plugin for the Xfce4 Panel" +DESCRIPTION="User switching plugin for the Xfce Panel" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfswitch-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" IUSE="debug" COMMON_DEPEND=">=x11-libs/gtk+-2.12:2 @@ -25,7 +25,10 @@ DEPEND="${COMMON_DEPEND} dev-util/intltool" pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog NEWS README" - XFCONF="--disable-dependency-tracking - $(use_enable debug)" } -- cgit v1.2.3-65-gdbad