diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-05-16 06:23:43 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-05-16 06:23:43 +0000 |
commit | 779edb2d96b76ea39aabcc3090f5472b431f33fa (patch) | |
tree | 50f9d2bed6cabd985d9c975e27b0779e4a9f09cc /eclass/x-modular.eclass | |
parent | Added dlloader to USE - bug #133427, thanks to BlaisorBlade for pointing it out. (diff) | |
download | gentoo-2-779edb2d96b76ea39aabcc3090f5472b431f33fa.tar.gz gentoo-2-779edb2d96b76ea39aabcc3090f5472b431f33fa.tar.bz2 gentoo-2-779edb2d96b76ea39aabcc3090f5472b431f33fa.zip |
We do not require anymore a specific version of sys-apps/man.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 84f052b803c2..89ff7fc8e0f1 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.58 2006/05/15 03:23:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.59 2006/05/16 06:23:43 exg Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -164,10 +164,8 @@ if [[ "${PN/util-macros}" = "${PN}" ]]; then >=x11-misc/util-macros-0.99.2" fi -# >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories RDEPEND="${RDEPEND} - !<=x11-base/xorg-x11-6.9 - >=sys-apps/man-1.6b-r2" + !<=x11-base/xorg-x11-6.9" # Provides virtual/x11 for temporary use until packages are ported # x11-base/x11-env" |