diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 12:06:06 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 12:06:06 +0000 |
commit | e258bc02683cdd23b0eec5a6e41fe9b76938e53a (patch) | |
tree | 4a2f3830631bc6894f01bcf17de70f07dbedcf6e /eclass/xorg-2.eclass | |
parent | Bump to latest macros. (diff) | |
download | gentoo-2-e258bc02683cdd23b0eec5a6e41fe9b76938e53a.tar.gz gentoo-2-e258bc02683cdd23b0eec5a6e41fe9b76938e53a.tar.bz2 gentoo-2-e258bc02683cdd23b0eec5a6e41fe9b76938e53a.zip |
Update dep for util-macros to latest.
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 5ab968e426d6..6c68c36b281c 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.16 2010/10/28 11:46:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.17 2010/10/31 12:06:06 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -100,7 +100,7 @@ if [[ ${XORG_EAUTORECONF} != no ]]; then sys-devel/m4" # This MUST BE STABLE if [[ ${PN} != util-macros ]] ; then - DEPEND+=" >=x11-misc/util-macros-1.8.0" + DEPEND+=" >=x11-misc/util-macros-1.11.0" # Required even by xorg-server [[ ${PN} == "font-util" ]] || DEPEND+=" >=media-fonts/font-util-1.1.1-r1" fi |