summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-11-01 13:51:05 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-11-01 13:51:05 +0000
commit4a34ffff4c19932420d12e6461914122dc127d88 (patch)
tree797bea1c3c5fd4b16f89e2285b80f618b27821f7 /eclass
parentFix typo in depend (diff)
downloadgentoo-2-4a34ffff4c19932420d12e6461914122dc127d88.tar.gz
gentoo-2-4a34ffff4c19932420d12e6461914122dc127d88.tar.bz2
gentoo-2-4a34ffff4c19932420d12e6461914122dc127d88.zip
xorg-2.eclass: bump util-macros dependency
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 14e773917ec3..b678b24a705a 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.50 2011/10/14 20:27:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.51 2011/11/01 13:51:05 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.14.0"
+ EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.15.0"
# Required even by xorg-server
[[ ${PN} == "font-util" ]] || EAUTORECONF_DEPEND+=" >=media-fonts/font-util-1.2.0"
fi