summaryrefslogtreecommitdiff
path: root/eclass
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
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')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/xorg-2.eclass6
2 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 3977ec350181..957f71ea582e 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1557 2015/02/27 23:44:41 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1558 2015/03/06 01:32:36 chithanh Exp $
+
+ 06 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xorg-2.eclass:
+ Raise util-macros dependency to latest stable 1.18
27 Feb 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass:
Cleanup how we determine base linux tarball.
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