Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: xfconf.eclass
Date: Sat, 03 Dec 2011 16:55:00
Message-Id: 20111203165444.9D83920034@flycatcher.gentoo.org
1 ssuominen 11/12/03 16:54:44
2
3 Modified: xfconf.eclass
4 Log:
5 Only depend on AUTOTOOLS_DEPEND when pulling xfce4-dev-tools, so use AUTOTOOLS_AUTO_DEPEND=no
6
7 Revision Changes Path
8 1.38 eclass/xfconf.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?r1=1.37&r2=1.38
13
14 Index: xfconf.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- xfconf.eclass 15 Oct 2011 21:08:59 -0000 1.37
21 +++ xfconf.eclass 3 Dec 2011 16:54:44 -0000 1.38
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.37 2011/10/15 21:08:59 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.38 2011/12/03 16:54:44 ssuominen Exp $
27
28 # @ECLASS: xfconf.eclass
29 # @MAINTAINER:
30 @@ -21,6 +21,8 @@
31 # @DESCRIPTION:
32 # This should be an array defining arguments for econf
33
34 +AUTOTOOLS_AUTO_DEPEND="no"
35 +
36 unset _xfconf_live
37 [[ $PV == *9999* ]] && _xfconf_live=git-2
38
39 @@ -30,7 +32,7 @@
40 EGIT_REPO_URI="git://git.xfce.org/xfce/${MY_PN:-${PN}}"
41
42 _xfconf_deps=""
43 -_xfconf_m4=">=dev-util/xfce4-dev-tools-4.8.0"
44 +_xfconf_m4=">=dev-util/xfce4-dev-tools-4.8.0 ${AUTOTOOLS_DEPEND}"
45
46 [[ -n $_xfconf_live ]] && _xfconf_deps+=" dev-util/gtk-doc ${_xfconf_m4}"
47 [[ -n $EINTLTOOLIZE ]] && _xfconf_deps+=" dev-util/intltool"