diff options
author | 2012-01-16 21:14:13 +0000 | |
---|---|---|
committer | 2012-01-16 21:14:13 +0000 | |
commit | 2bd0f52e65046fb755515b6c71150707365f9d2e (patch) | |
tree | ebd7ec31c01c5708119626e86e5119e8bac240e6 /eclass/xfconf.eclass | |
parent | Stabilize for everyone. (diff) | |
download | historical-2bd0f52e65046fb755515b6c71150707365f9d2e.tar.gz historical-2bd0f52e65046fb755515b6c71150707365f9d2e.tar.bz2 historical-2bd0f52e65046fb755515b6c71150707365f9d2e.zip |
Raise xfce4-dev-tools DEPEND to 4.9.1 for LT_INIT and LT_PREREQ support.
Diffstat (limited to 'eclass/xfconf.eclass')
-rw-r--r-- | eclass/xfconf.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index ad6014bf8859..9cf0b5bf0ac5 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.39 2011/12/27 17:55:13 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.40 2012/01/16 21:14:13 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -32,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 ${AUTOTOOLS_DEPEND}" +_xfconf_m4=">=dev-util/xfce4-dev-tools-4.9.1 ${AUTOTOOLS_DEPEND}" [[ -n $_xfconf_live ]] && _xfconf_deps+=" dev-util/gtk-doc ${_xfconf_m4}" [[ -n $EINTLTOOLIZE ]] && _xfconf_deps+=" dev-util/intltool" |