diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-10-15 23:57:37 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-10-15 23:57:37 +0000 |
commit | 93346b1815c5e2023a3331cce95a6f54e337b501 (patch) | |
tree | 66a875980e2dc34c07b4c88e9cea2449bb99deec /eclass | |
parent | xen-patches updates (diff) | |
download | gentoo-2-93346b1815c5e2023a3331cce95a6f54e337b501.tar.gz gentoo-2-93346b1815c5e2023a3331cce95a6f54e337b501.tar.bz2 gentoo-2-93346b1815c5e2023a3331cce95a6f54e337b501.zip |
Remove old build dependency upon man / man-db for building X
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index ae2fee902699..b41916229e50 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.87 2007/10/14 10:12:24 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.88 2007/10/15 23:57:37 beandog Exp $ # # Author: Donnie Berkholz <dberkholz@gentoo.org> # @@ -179,7 +179,6 @@ if [[ "${PN/util-macros}" = "${PN}" ]]; then fi RDEPEND="${RDEPEND} - || ( >=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" |