diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:18:13 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:18:13 +0000 |
commit | 04d0a89969af68bc9cb7c677c7fff5ff4c2bca29 (patch) | |
tree | 9c074637a83cb3426bd0b086008e9bb52dd7b97d /x11-plugins/wmnet/wmnet-1.06-r1.ebuild | |
parent | Mark 0.12 stable on alpha (diff) | |
download | historical-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/wmnet/wmnet-1.06-r1.ebuild')
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06-r1.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild b/x11-plugins/wmnet/wmnet-1.06-r1.ebuild index 60721abe8932..a3ac0479d2e8 100644 --- a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06-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/wmnet/wmnet-1.06-r1.ebuild,v 1.7 2005/04/10 11:55:59 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild,v 1.8 2006/01/31 20:06:22 nelchael Exp $ inherit eutils @@ -10,7 +10,17 @@ SRC_URI="http://www.digitalkaos.net/linux/wmnet/download/${P}.tar.gz mirror://gentoo/${P}-misc.patch.bz2" HOMEPAGE="http://www.digitalkaos.net/linux/wmnet/" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto + x11-misc/imake + app-text/rman ) + virtual/x11 )" SLOT="0" LICENSE="GPL-2" |