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 | |
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')
-rw-r--r-- | x11-plugins/wmnet/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06-r1.ebuild | 16 |
2 files changed, 18 insertions, 5 deletions
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 <nelchael@gentoo.org> wmnet-1.06-r1.ebuild: + Fixed DEPEND for modular X. 11 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> 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" |