summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-24 20:13:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-24 20:13:15 +0000
commitcfcf26bc18f704e41e6e34bb517dbbeb14b5db46 (patch)
treef140c446dd9ebb9d5ac9eb584daf77a527f84b3b
parentstable x86, bug 308379 (diff)
downloadgentoo-2-cfcf26bc18f704e41e6e34bb517dbbeb14b5db46.tar.gz
gentoo-2-cfcf26bc18f704e41e6e34bb517dbbeb14b5db46.tar.bz2
gentoo-2-cfcf26bc18f704e41e6e34bb517dbbeb14b5db46.zip
Raise xfce4-dev-tools depend to 4.7.0 to force people upgrade build time depend. It's the minimum required version for couple of packages already.
-rw-r--r--eclass/xfconf.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass
index 0c947a92c0f0..cd3aa1b9fcf5 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.9 2010/03/22 16:29:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.10 2010/03/24 20:13:15 ssuominen Exp $
# @ECLASS: xfconf.eclass
# @MAINTAINER:
@@ -44,7 +44,7 @@ if [[ "${EINTLTOOLIZE}" == "yes" ]]; then
fi
if [[ "${EAUTORECONF}" == "yes" ]]; then
- _xfce4_m4="dev-util/xfce4-dev-tools"
+ _xfce4_m4=">=dev-util/xfce4-dev-tools-4.7.0"
fi
RDEPEND=""