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/wmbio/wmbio-1.02.ebuild
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/wmbio/wmbio-1.02.ebuild')
-rw-r--r--x11-plugins/wmbio/wmbio-1.02.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index 3a0fbb547ff3..83cc733b2407 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 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/wmbio/wmbio-1.02.ebuild,v 1.5 2004/11/24 05:00:21 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.6 2006/01/24 22:23:26 nelchael Exp $
inherit eutils
@@ -10,7 +10,13 @@ DESCRIPTION="a Window Maker applet that shows your biorhythm"
SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://wmbio.sourceforge.net/"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )"
SLOT="0"
LICENSE="GPL-2"