summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-12-18 19:00:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-12-18 19:00:47 +0000
commit1aa981d8f976985850940244771102d270051ccf (patch)
tree333d8c414d57c9cf51b01e79d2ce6dbf1301fc68 /xfce-extra
parentFix building with Jython. (diff)
downloadgentoo-2-1aa981d8f976985850940244771102d270051ccf.tar.gz
gentoo-2-1aa981d8f976985850940244771102d270051ccf.tar.bz2
gentoo-2-1aa981d8f976985850940244771102d270051ccf.zip
tidy
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild15
1 files changed, 9 insertions, 6 deletions
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)"
}