summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-07-02 08:43:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-07-02 08:43:37 +0000
commite05b5c6e2015d27c4f848bb8fd8606135bfee051 (patch)
tree8f88bb501005adade640deb4e38490f21048f4c4 /eclass
parentalpha/arm/ia64/sparc stable wrt #416233 (diff)
downloadgentoo-2-e05b5c6e2015d27c4f848bb8fd8606135bfee051.tar.gz
gentoo-2-e05b5c6e2015d27c4f848bb8fd8606135bfee051.tar.bz2
gentoo-2-e05b5c6e2015d27c4f848bb8fd8606135bfee051.zip
Raise xfce4-dev-tools dependency to 4.10 wrt #416233, Comment #12
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfconf.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass
index acc7cb1e66b1..ef0c358b926d 100644
--- a/eclass/xfconf.eclass
+++ b/eclass/xfconf.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.41 2012/05/22 10:57:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.42 2012/07/02 08:43:37 ssuominen Exp $
# @ECLASS: xfconf.eclass
# @MAINTAINER:
@@ -17,18 +17,18 @@
# @DESCRIPTION:
# This should be an array defining arguments for econf
-AUTOTOOLS_AUTO_DEPEND="no"
+AUTOTOOLS_AUTO_DEPEND=no
unset _xfconf_live
[[ $PV == *9999* ]] && _xfconf_live=git-2
inherit ${_xfconf_live} autotools base eutils fdo-mime gnome2-utils libtool
-EGIT_BOOTSTRAP="autogen.sh"
+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.9.1 ${AUTOTOOLS_DEPEND}"
+_xfconf_m4=">=dev-util/xfce4-dev-tools-4.10 ${AUTOTOOLS_DEPEND}"
[[ -n $_xfconf_live ]] && _xfconf_deps+=" dev-util/gtk-doc ${_xfconf_m4}"
[[ -n $EAUTORECONF ]] && _xfconf_deps+=" ${_xfconf_m4}"