diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-03 16:54:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-03 16:54:44 +0000 |
commit | 2f56abbdcefa85a211d83c1b9ba1ffee20159e00 (patch) | |
tree | cc5dfc3bbe441b52550a72fafd00bda3cf9df6ef /eclass/xfconf.eclass | |
parent | Restrict tests, bug 392989 (diff) | |
download | historical-2f56abbdcefa85a211d83c1b9ba1ffee20159e00.tar.gz historical-2f56abbdcefa85a211d83c1b9ba1ffee20159e00.tar.bz2 historical-2f56abbdcefa85a211d83c1b9ba1ffee20159e00.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.eclass | 6 |
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" |