summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-16 21:14:13 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-16 21:14:13 +0000
commitd64a816d9b11f291aceccf44803ce22372ca2437 (patch)
treeff026ac2646a5b49ab90faad4befecbc00c3fe12 /eclass
parentStable for amd64, wrt bug #396359 (diff)
downloadgentoo-2-d64a816d9b11f291aceccf44803ce22372ca2437.tar.gz
gentoo-2-d64a816d9b11f291aceccf44803ce22372ca2437.tar.bz2
gentoo-2-d64a816d9b11f291aceccf44803ce22372ca2437.zip
Raise xfce4-dev-tools DEPEND to 4.9.1 for LT_INIT and LT_PREREQ support.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/xfconf.eclass6
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 3fd3110d7a0a..374c0ba7eee6 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.91 2012/01/15 20:54:56 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.92 2012/01/16 21:14:13 ssuominen Exp $
+
+ 16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> xfconf.eclass:
+ Raise xfce4-dev-tools DEPEND to 4.9.1 for LT_INIT and LT_PREREQ support.
15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
Quiet grep output.
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"