summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 22:27:37 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 22:27:37 +0000
commitc6a1ddda0223af440f743a1503f21afe5eaabd40 (patch)
tree3e7fb4808842a732e29caadae0fa9803a1178f2b /x11-plugins/wmbluecpu
parentFixed DEPEND for modular X. (diff)
downloadgentoo-2-c6a1ddda0223af440f743a1503f21afe5eaabd40.tar.gz
gentoo-2-c6a1ddda0223af440f743a1503f21afe5eaabd40.tar.bz2
gentoo-2-c6a1ddda0223af440f743a1503f21afe5eaabd40.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmbluecpu')
-rw-r--r--x11-plugins/wmbluecpu/ChangeLog7
-rw-r--r--x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild15
2 files changed, 17 insertions, 5 deletions
diff --git a/x11-plugins/wmbluecpu/ChangeLog b/x11-plugins/wmbluecpu/ChangeLog
index 69185d4e8480..e7ef9ed8edc3 100644
--- a/x11-plugins/wmbluecpu/ChangeLog
+++ b/x11-plugins/wmbluecpu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmbluecpu
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/ChangeLog,v 1.10 2005/11/07 16:07:23 s4t4n Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/ChangeLog,v 1.11 2006/01/24 22:27:37 nelchael Exp $
+
+ 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmbluecpu-0.6.ebuild:
+ Fixed DEPEND for modular X.
07 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> wmbluecpu-0.6.ebuild:
Removed INSTALL from dodoc.
diff --git a/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild b/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild
index 23c8b9fd3b31..11ef3bab9401 100644
--- a/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild
+++ b/x11-plugins/wmbluecpu/wmbluecpu-0.6.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-plugins/wmbluecpu/wmbluecpu-0.6.ebuild,v 1.4 2005/11/07 16:07:23 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild,v 1.5 2006/01/24 22:27:37 nelchael Exp $
IUSE=""
@@ -12,7 +12,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ~sparc x86"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )"
src_compile()
{