summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 20:18:13 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 20:18:13 +0000
commit04d0a89969af68bc9cb7c677c7fff5ff4c2bca29 (patch)
tree9c074637a83cb3426bd0b086008e9bb52dd7b97d /x11-plugins/wmload/wmload-0.9.2.ebuild
parentMark 0.12 stable on alpha (diff)
downloadhistorical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.tar.gz
historical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.tar.bz2
historical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmload/wmload-0.9.2.ebuild')
-rw-r--r--x11-plugins/wmload/wmload-0.9.2.ebuild16
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-plugins/wmload/wmload-0.9.2.ebuild b/x11-plugins/wmload/wmload-0.9.2.ebuild
index 58a0961a6bbd..8c64f8cbf3ca 100644
--- a/x11-plugins/wmload/wmload-0.9.2.ebuild
+++ b/x11-plugins/wmload/wmload-0.9.2.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/wmload/wmload-0.9.2.ebuild,v 1.5 2004/11/24 23:16:45 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.6 2006/01/31 19:40:54 nelchael Exp $
inherit eutils
@@ -10,7 +10,17 @@ DESCRIPTION="yet another dock application showing a system load gauge"
SRC_URI="http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/${P}.tgz"
HOMEPAGE="http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/sys.html#wmload"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-misc/imake
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )"
SLOT="0"
LICENSE="GPL-2"