summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-06 01:32:36 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-06 01:32:36 +0000
commit3e165af4e6555c6a04650336155328ce10a3fa8f (patch)
tree149ef1202967ff4bc530b55be5d7bd67b7fa694f /eclass/xorg-2.eclass
parentForgot slots. (diff)
downloadgentoo-2-3e165af4e6555c6a04650336155328ce10a3fa8f.tar.gz
gentoo-2-3e165af4e6555c6a04650336155328ce10a3fa8f.tar.bz2
gentoo-2-3e165af4e6555c6a04650336155328ce10a3fa8f.zip
Raise util-macros dependency to latest stable 1.18
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r--eclass/xorg-2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index d768e375b037..08b4fc310366 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.64 2014/03/02 15:41:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.65 2015/03/06 01:32:36 chithanh Exp $
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -120,7 +120,7 @@ EAUTORECONF_DEPEND+="
>=sys-devel/libtool-2.2.6a
sys-devel/m4"
if [[ ${PN} != util-macros ]] ; then
- EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.17"
+ EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.18"
# Required even by xorg-server
[[ ${PN} == "font-util" ]] || EAUTORECONF_DEPEND+=" >=media-fonts/font-util-1.2.0"
fi