summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-10-11 02:31:47 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-10-11 02:31:47 +0000
commit71066a6debade3d759ac3d243f68c3e26893269f (patch)
tree0575f2e50a5e9d84e38b8534e29ada55f65ead5b /eclass
parent(#150705) Deprecate functions, and wrap linux-info.eclass instead of reimplem... (diff)
downloadhistorical-71066a6debade3d759ac3d243f68c3e26893269f.tar.gz
historical-71066a6debade3d759ac3d243f68c3e26893269f.tar.bz2
historical-71066a6debade3d759ac3d243f68c3e26893269f.zip
(#149857) Allow man-db as well as man.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/x-modular.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index 3449519b687b..a5e25eadb51b 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.75 2006/09/05 23:40:42 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.76 2006/10/11 02:31:47 dberkholz Exp $
#
# Author: Donnie Berkholz <spyderous@gentoo.org>
#
@@ -168,7 +168,7 @@ if [[ "${PN/util-macros}" = "${PN}" ]]; then
fi
RDEPEND="${RDEPEND}
- >=sys-apps/man-1.6b-r2
+ || ( >=sys-apps/man-1.6b-r2 >=sys-apps/man-db-2.4.3-r1 )
!<=x11-base/xorg-x11-6.9"
# Provides virtual/x11 for temporary use until packages are ported
# x11-base/x11-env"