Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfconf: xfconf-4.6.1.ebuild
Date: Sun, 02 Aug 2009 10:16:32
Message-Id: E1MXY7D-00080N-A4@stork.gentoo.org
1 ssuominen 09/08/02 10:16:31
2
3 Modified: xfconf-4.6.1.ebuild
4 Log:
5 Workaround broken configure.ac.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 xfce-base/xfconf/xfconf-4.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild?r1=1.11&r2=1.12
14
15 Index: xfconf-4.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- xfconf-4.6.1.ebuild 1 Aug 2009 21:21:53 -0000 1.11
22 +++ xfconf-4.6.1.ebuild 2 Aug 2009 10:16:31 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild,v 1.11 2009/08/01 21:21:53 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild,v 1.12 2009/08/02 10:16:31 ssuominen Exp $
28
29 EAPI=2
30 inherit flag-o-matic xfconf
31 @@ -30,8 +30,8 @@
32 XFCONF="--disable-dependency-tracking
33 $(use_enable perl perl-bindings)
34 $(use_enable debug)
35 - $(use_enable debug checks)
36 - $(use_enable profile profiling)"
37 + $(use_enable debug checks)"
38 + use profile && XFCONF="${XFCONF} --enable-profiling"
39 DOCS="AUTHORS ChangeLog NEWS TODO"
40 }