diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-10-20 06:58:58 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-10-20 06:58:58 +0000 |
commit | bd809e5cec7316781f7643d16e7cc5107df31039 (patch) | |
tree | d9e68f56a3682219c7e16a9b2ffbbbfaf44ccd51 /eclass | |
parent | Bump for 7.0 RC1. (diff) | |
download | historical-bd809e5cec7316781f7643d16e7cc5107df31039.tar.gz historical-bd809e5cec7316781f7643d16e7cc5107df31039.tar.bz2 historical-bd809e5cec7316781f7643d16e7cc5107df31039.zip |
Restrict util-macros dep to >=x11-misc/util-macros-0.99.0_p20051007.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index c3f91c2b1f71..7b48e759b3c8 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.14 2005/10/20 00:35:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.15 2005/10/20 06:58:58 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -53,7 +53,7 @@ fi DEPEND="${DEPEND} >=dev-util/pkgconfig-0.18 - x11-misc/util-macros" + >=x11-misc/util-macros-0.99.0_p20051007" RDEPEND="${RDEPEND} !<x11-base/xorg-x11-7" |