From 03c163e247325f5afcf23397a70e0f286ef48f62 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 31 Jan 2006 20:07:46 +0000 Subject: Fixed DEPEND for modular X. (Portage version: 2.1_pre4-r1) --- x11-plugins/wmnet/ChangeLog | 7 +++++-- x11-plugins/wmnet/wmnet-1.06-r1.ebuild | 16 +++++++++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) (limited to 'x11-plugins/wmnet') diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog index ed9e71cfbb4e..a106d3507d14 100644 --- a/x11-plugins/wmnet/ChangeLog +++ b/x11-plugins/wmnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnet -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.20 2005/04/11 07:35:29 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.21 2006/01/31 20:06:22 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik wmnet-1.06-r1.ebuild: + Fixed DEPEND for modular X. 11 Apr 2005; Michele Noberasco wmnet-1.06.ebuild: Removed older revision. 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" -- cgit v1.2.3-65-gdbad