diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:39:43 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:39:43 +0000 |
commit | 6b56941665de23e1bfb851fc74db5a7aad0d9775 (patch) | |
tree | 936620c9c2036f354a38c660191158660273c7be /x11-misc/xcb/xcb-2.4.ebuild | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-6b56941665de23e1bfb851fc74db5a7aad0d9775.tar.gz gentoo-2-6b56941665de23e1bfb851fc74db5a7aad0d9775.tar.bz2 gentoo-2-6b56941665de23e1bfb851fc74db5a7aad0d9775.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xcb/xcb-2.4.ebuild')
-rw-r--r-- | x11-misc/xcb/xcb-2.4.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild index 521c5efda38e..3a96a0db76d4 100644 --- a/x11-misc/xcb/xcb-2.4.ebuild +++ b/x11-misc/xcb/xcb-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.8 2005/11/08 03:56:14 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.9 2006/01/21 16:36:48 nelchael Exp $ DESCRIPTION="Marc Lehmann's improved X Cut Buffers" HOMEPAGE="http://www.goof.com/pcg/marc/xcb.html" @@ -10,7 +10,14 @@ SLOT="0" KEYWORDS="alpha ~amd64 ~ppc x86" IUSE="motif" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXaw + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 ) motif? ( x11-libs/openmotif )" src_unpack() { |