summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-05-04 15:39:29 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-05-04 15:39:29 +0000
commitdbda5220d673f0e63d419a9d8cb1c885d77b7704 (patch)
tree5cb4fea482ba37919af066c9b4f3432596793b8c /eclass
parentStabilize latest version. (diff)
downloadgentoo-2-dbda5220d673f0e63d419a9d8cb1c885d77b7704.tar.gz
gentoo-2-dbda5220d673f0e63d419a9d8cb1c885d77b7704.tar.bz2
gentoo-2-dbda5220d673f0e63d419a9d8cb1c885d77b7704.zip
Raise util-macros dependency.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/xorg-2.eclass4
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index d64298708872..5399286dfedf 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.236 2012/05/04 08:31:43 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.237 2012/05/04 15:39:29 chithanh Exp $
+
+ 04 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xorg-2.eclass:
+ Raise util-macros dependency.
04 May 2012; Krzysztof Pawlik <nelchael@gentoo.org>
python-distutils-ng.eclass:
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index f462e08ff13a..04ef8abc79bb 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.53 2012/05/02 18:31:45 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.54 2012/05/04 15:39:29 chithanh Exp $
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -110,7 +110,7 @@ EAUTORECONF_DEPEND+="
>=sys-devel/libtool-2.2.6a
sys-devel/m4"
if [[ ${PN} != util-macros ]] ; then
- EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.15.0"
+ EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.17"
# Required even by xorg-server
[[ ${PN} == "font-util" ]] || EAUTORECONF_DEPEND+=" >=media-fonts/font-util-1.2.0"
fi