diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 19:55:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 19:55:54 +0000 |
commit | df9be5dfa710a03dfcd91f5d6d56551290be38bc (patch) | |
tree | de992d98551b1d71cd6f6a64aca0a66476726f45 /xfce-extra/xfswitch-plugin | |
parent | Convert to EAPI4 (diff) | |
download | gentoo-2-df9be5dfa710a03dfcd91f5d6d56551290be38bc.tar.gz gentoo-2-df9be5dfa710a03dfcd91f5d6d56551290be38bc.tar.bz2 gentoo-2-df9be5dfa710a03dfcd91f5d6d56551290be38bc.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfswitch-plugin')
-rw-r--r-- | xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | 20 |
1 files changed, 8 insertions, 12 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 3ee1c84fc2e3..fcf9add5985a 100644 --- a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild +++ b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.6 2010/12/25 10:45:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.7 2011/05/19 19:55:54 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="User switching plugin for the Xfce Panel" @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" COMMON_DEPEND=">=x11-libs/gtk+-2.12:2 @@ -21,14 +21,10 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.12:2 RDEPEND="${COMMON_DEPEND} gnome-base/gdm" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig - dev-util/intltool" + dev-util/intltool + dev-util/pkgconfig" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS ChangeLog NEWS README" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog NEWS README ) } |