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
commitd262f083bf5a051ae0c9568c2213ab0906c5e621 (patch)
tree75e6b5138de9162c4de551eab0b445e8969bd7c3 /x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
parentMark 0.12 stable on alpha (diff)
downloadgentoo-2-d262f083bf5a051ae0c9568c2213ab0906c5e621.tar.gz
gentoo-2-d262f083bf5a051ae0c9568c2213ab0906c5e621.tar.bz2
gentoo-2-d262f083bf5a051ae0c9568c2213ab0906c5e621.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmpinboard/wmpinboard-1.0.ebuild')
-rw-r--r--x11-plugins/wmpinboard/wmpinboard-1.0.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
index 21a51edcf219..bec1c69c402a 100644
--- a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
+++ b/x11-plugins/wmpinboard/wmpinboard-1.0.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/wmpinboard/wmpinboard-1.0.ebuild,v 1.14 2005/07/11 23:34:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild,v 1.15 2006/01/31 20:14:18 nelchael Exp $
inherit eutils
@@ -9,7 +9,16 @@ DESCRIPTION="Window Maker dock applet resembling a miniature pinboard."
SRC_URI="http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/${P}.tar.bz2"
HOMEPAGE="http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard"
-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 )"
SLOT="0"
LICENSE="GPL-2"