* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: xfce4-settings-4.6.1.ebuild
@ 2009-04-28 1:16 Jeremy Olexa (darkside)
0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2009-04-28 1:16 UTC (permalink / raw
To: gentoo-commits
darkside 09/04/28 01:16:55
Modified: xfce4-settings-4.6.1.ebuild
Log:
Move use_enable out of global scope into pkg_setup()
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.2 xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild?r1=1.1&r2=1.2
Index: xfce4-settings-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-settings-4.6.1.ebuild 21 Apr 2009 04:26:48 -0000 1.1
+++ xfce4-settings-4.6.1.ebuild 28 Apr 2009 01:16:55 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild,v 1.1 2009/04/21 04:26:48 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.6.1.ebuild,v 1.2 2009/04/28 01:16:55 darkside Exp $
EAPI="1"
@@ -36,7 +36,9 @@
x11-proto/inputproto
x11-proto/xf86vidmodeproto"
-XFCE_CONFIG+=" $(use_enable libnotify) $(use_enable keyboard libxklavier)
+pkg_setup() {
+ XFCE_CONFIG+=" $(use_enable libnotify) $(use_enable keyboard libxklavier)
$(use_enable sound sound-settings) --enable-xcursor"
+}
DOCS="AUTHORS ChangeLog NEWS README TODO"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-28 1:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 1:16 [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-settings: xfce4-settings-4.6.1.ebuild Jeremy Olexa (darkside)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox