diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-15 12:32:14 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-15 12:32:14 +0000 |
commit | 6702e4574413567f9bab3ae899665d783a1e53d0 (patch) | |
tree | 2a7a5cc48affa6c34037757df62308a5723fedf0 /eclass/xorg-2.eclass | |
parent | Version bump. Stabilise older. Drop oldest. (diff) | |
download | gentoo-2-6702e4574413567f9bab3ae899665d783a1e53d0.tar.gz gentoo-2-6702e4574413567f9bab3ae899665d783a1e53d0.tar.bz2 gentoo-2-6702e4574413567f9bab3ae899665d783a1e53d0.zip |
update util-macros depenency to latest stable.
Diffstat (limited to 'eclass/xorg-2.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 4adef333557d..1d24b2b03930 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.28 2011/03/14 17:09:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.29 2011/03/15 12:32:14 scarabeus 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.11.0" + EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.12.0" # Required even by xorg-server [[ ${PN} == "font-util" ]] || EAUTORECONF_DEPEND+=" >=media-fonts/font-util-1.1.1-r1" fi |