summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 16:39:43 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 16:39:43 +0000
commit6b56941665de23e1bfb851fc74db5a7aad0d9775 (patch)
tree936620c9c2036f354a38c660191158660273c7be /x11-misc/xcb
parentFixed DEPEND for modular X. (diff)
downloadgentoo-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')
-rw-r--r--x11-misc/xcb/ChangeLog7
-rw-r--r--x11-misc/xcb/xcb-2.4.ebuild13
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-misc/xcb/ChangeLog b/x11-misc/xcb/ChangeLog
index 554b316e820b..46477aa4b164 100644
--- a/x11-misc/xcb/ChangeLog
+++ b/x11-misc/xcb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xcb
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.9 2005/11/08 03:56:14 dang Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.10 2006/01/21 16:36:48 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xcb-2.4.ebuild:
+ Fixed DEPEND for modular X.
08 Nov 2005; <dang@gentoo.org> xcb-2.4.ebuild:
Marked ~amd64
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() {