diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-24 20:13:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-24 20:13:15 +0000 |
commit | a944d9872ac594c1226efabc306e57766831a500 (patch) | |
tree | fb83ba96dccb1871a022e4725abb046d1063cd6f /eclass | |
parent | Initial commit of transition package. Separate Thunar VFS libraries from Thun... (diff) | |
download | historical-a944d9872ac594c1226efabc306e57766831a500.tar.gz historical-a944d9872ac594c1226efabc306e57766831a500.tar.bz2 historical-a944d9872ac594c1226efabc306e57766831a500.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.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfconf.eclass | 4 |
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="" |