diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-20 22:22:57 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-20 22:22:57 +0000 |
commit | c8d2fa1476f75beff2c381050c5251cce99283ac (patch) | |
tree | 3f326b4ea18969f7e8ee9a5c979466c11cc12073 /eclass | |
parent | Depend on console browser when building dmx documentation, bug #372383. (diff) | |
download | gentoo-2-c8d2fa1476f75beff2c381050c5251cce99283ac.tar.gz gentoo-2-c8d2fa1476f75beff2c381050c5251cce99283ac.tar.bz2 gentoo-2-c8d2fa1476f75beff2c381050c5251cce99283ac.zip |
Raise dependency on util-macros
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 2b62373d9b6d..e935e03a56c3 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.45 2011/05/17 07:59:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.46 2011/06/20 22:22:57 chithanh Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -109,7 +109,7 @@ EAUTORECONF_DEPEND+=" >=sys-devel/libtool-2.2.6a sys-devel/m4" if [[ ${PN} != util-macros ]] ; then - EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.13.0" + EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.14.0" # Required even by xorg-server [[ ${PN} == "font-util" ]] || EAUTORECONF_DEPEND+=" >=media-fonts/font-util-1.2.0" fi |