summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:20:02 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:20:02 +0000
commit8528b8c93fdb9192a44215ffabadf197dad69acb (patch)
tree01bda6061040891c1fcd6ad7d0d9850d5569b94e /x11-plugins/wmbiff/wmbiff-0.4.25.ebuild
parentMark 1.07 stable on alpha (diff)
downloadgentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.tar.gz
gentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.tar.bz2
gentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmbiff/wmbiff-0.4.25.ebuild')
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.25.ebuild19
1 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild
index d5477170fc46..7526bbffeb54 100644
--- a/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild
+++ b/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild
@@ -1,14 +1,23 @@
-# 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/wmbiff/wmbiff-0.4.25.ebuild,v 1.6 2005/05/10 08:34:04 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild,v 1.7 2006/01/31 21:20:02 nelchael Exp $
DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes."
SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
-DEPEND="virtual/x11
- crypt? ( >=net-libs/gnutls-1.0.4
- >=dev-libs/libgcrypt-1.1.94 )"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
+ crypt? ( >=net-libs/gnutls-1.0.4
+ >=dev-libs/libgcrypt-1.1.94 )"
SLOT="0"
LICENSE="GPL-2"