diff options
author | 2010-06-08 20:22:12 +0000 | |
---|---|---|
committer | 2010-06-08 20:22:12 +0000 | |
commit | fefbe9d214522d18d1706dad3e818579e682b2f3 (patch) | |
tree | d24cedf95989ca2aa5e6bb15cdf5af3c406decc2 /eclass | |
parent | Fixed a bad directory creating with newer autotools (diff) | |
download | gentoo-2-fefbe9d214522d18d1706dad3e818579e682b2f3.tar.gz gentoo-2-fefbe9d214522d18d1706dad3e818579e682b2f3.tar.bz2 gentoo-2-fefbe9d214522d18d1706dad3e818579e682b2f3.zip |
xorg-2.eclass: bump util-macros dep to 1.8.0, see bugs #320625 and #322559
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 93d125ce2a74..bea3ef8f6059 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.3 2010/04/22 18:27:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.4 2010/06/08 20:22:12 remi 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.5.0" + DEPEND+=" >=x11-misc/util-macros-1.8.0" # Required even by xorg-server [[ ${PN} == "font-util" ]] || DEPEND+=" >=media-fonts/font-util-1.1.1-r1" fi |