diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-09-12 21:44:16 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-09-12 21:44:16 +0000 |
commit | b1a6e9b64c95d4c84b6ee30e9dd4e922f044c33a (patch) | |
tree | 163f82b7a05a31cfb8db98d862760ee29cbfa18a /eclass | |
parent | add a note about preferring ipv6 in the wgetrc file, closing bug #102209 (diff) | |
download | historical-b1a6e9b64c95d4c84b6ee30e9dd4e922f044c33a.tar.gz historical-b1a6e9b64c95d4c84b6ee30e9dd4e922f044c33a.tar.bz2 historical-b1a6e9b64c95d4c84b6ee30e9dd4e922f044c33a.zip |
Add blocker on <x11-base/xorg-x11-7.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index d2cbc5c0fc68..b00fb4197933 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.12 2005/09/05 22:24:20 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.13 2005/09/12 21:44:16 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -54,11 +54,10 @@ DEPEND="${DEPEND} >=dev-util/pkgconfig-0.18 x11-misc/util-macros" -RDEPEND="${RDEPEND}" -# Shouldn't be necessary once we're in a standard location +RDEPEND="${RDEPEND} + !<x11-base/xorg-x11-7" +# Provides virtual/x11 for temporary use until packages are ported # x11-base/x11-env" -# FIXME: Uncomment once it's in portage -# !x11-base/xorg-x11" x-modular_unpack_source() { unpack ${A} |