diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:20:02 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:20:02 +0000 |
commit | 8528b8c93fdb9192a44215ffabadf197dad69acb (patch) | |
tree | 01bda6061040891c1fcd6ad7d0d9850d5569b94e /x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild | |
parent | Mark 1.07 stable on alpha (diff) | |
download | gentoo-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-r1.ebuild')
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild index 1d2af1dcd9cc..152372f60ce2 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.25-r1.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/wmbiff/wmbiff-0.4.25-r1.ebuild,v 1.4 2005/06/17 20:22:59 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild,v 1.5 2006/01/31 21:20:02 nelchael Exp $ inherit eutils @@ -8,9 +8,18 @@ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 m 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" |