diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-12 21:44:16 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-12 21:44:16 +0000 |
commit | 40fff032afd48fadba925a91f09e31daa879693a (patch) | |
tree | 56607014229cd91bfeafa0f36e0416c676748790 /eclass | |
parent | add a note about preferring ipv6 in the wgetrc file, closing bug #102209 (diff) | |
download | gentoo-2-40fff032afd48fadba925a91f09e31daa879693a.tar.gz gentoo-2-40fff032afd48fadba925a91f09e31daa879693a.tar.bz2 gentoo-2-40fff032afd48fadba925a91f09e31daa879693a.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} |