diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-06 20:36:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-06 20:36:11 +0000 |
commit | 9e34f347e80c825e453303e6f072f9a36e3420c3 (patch) | |
tree | 01bfc3c857320967be2a25078280da38c1b1b231 /xfce-extra/xfce4-time-out-plugin | |
parent | Marking freetype-2.4.2 ppc64 for bug 332701 (diff) | |
download | gentoo-2-9e34f347e80c825e453303e6f072f9a36e3420c3.tar.gz gentoo-2-9e34f347e80c825e453303e6f072f9a36e3420c3.tar.bz2 gentoo-2-9e34f347e80c825e453303e6f072f9a36e3420c3.zip |
eapi3, xfconf_use_debug
(Portage version: 2.2_rc75/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-time-out-plugin')
-rw-r--r-- | xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild index c95ca0ca460b..3566768a46fc 100644 --- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild +++ b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild,v 1.2 2009/10/08 17:46:31 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-0.1.1.ebuild,v 1.3 2010/09/06 20:36:11 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="Panel plugin to take a break from computer work" @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} dev-util/intltool" pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" XFCONF="--disable-dependency-tracking - $(use_enable debug)" + $(xfconf_use_debug)" + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" } |