summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-12-03 16:54:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-12-03 16:54:44 +0000
commitac7427aeb145bd8987a477c55977158e6e8e0b1a (patch)
treedf030a5603b6945e7c235d360720d4ea61309b34 /eclass/xfconf.eclass
parentRestrict tests, bug 392989 (diff)
downloadgentoo-2-ac7427aeb145bd8987a477c55977158e6e8e0b1a.tar.gz
gentoo-2-ac7427aeb145bd8987a477c55977158e6e8e0b1a.tar.bz2
gentoo-2-ac7427aeb145bd8987a477c55977158e6e8e0b1a.zip
Only depend on AUTOTOOLS_DEPEND when pulling xfce4-dev-tools, so use AUTOTOOLS_AUTO_DEPEND=no
Diffstat (limited to 'eclass/xfconf.eclass')
-rw-r--r--eclass/xfconf.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass
index d546a3453cc4..13bdc6d18224 100644
--- a/eclass/xfconf.eclass
+++ b/eclass/xfconf.eclass
@@ -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/eclass/xfconf.eclass,v 1.37 2011/10/15 21:08:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.38 2011/12/03 16:54:44 ssuominen Exp $
# @ECLASS: xfconf.eclass
# @MAINTAINER:
@@ -21,6 +21,8 @@
# @DESCRIPTION:
# This should be an array defining arguments for econf
+AUTOTOOLS_AUTO_DEPEND="no"
+
unset _xfconf_live
[[ $PV == *9999* ]] && _xfconf_live=git-2
@@ -30,7 +32,7 @@ EGIT_BOOTSTRAP="autogen.sh"
EGIT_REPO_URI="git://git.xfce.org/xfce/${MY_PN:-${PN}}"
_xfconf_deps=""
-_xfconf_m4=">=dev-util/xfce4-dev-tools-4.8.0"
+_xfconf_m4=">=dev-util/xfce4-dev-tools-4.8.0 ${AUTOTOOLS_DEPEND}"
[[ -n $_xfconf_live ]] && _xfconf_deps+=" dev-util/gtk-doc ${_xfconf_m4}"
[[ -n $EINTLTOOLIZE ]] && _xfconf_deps+=" dev-util/intltool"