diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:07:46 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:07:46 +0000 |
commit | 03c163e247325f5afcf23397a70e0f286ef48f62 (patch) | |
tree | 6efb43223d8930047eaaee3809b1ade0e2a584e3 /x11-plugins/wmnd | |
parent | Mark 1.05 stable on alpha (diff) | |
download | gentoo-2-03c163e247325f5afcf23397a70e0f286ef48f62.tar.gz gentoo-2-03c163e247325f5afcf23397a70e0f286ef48f62.tar.bz2 gentoo-2-03c163e247325f5afcf23397a70e0f286ef48f62.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r-- | x11-plugins/wmnd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild | 15 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11.ebuild | 13 |
3 files changed, 27 insertions, 9 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index 72ec6a5cb012..c3ff57f2f08a 100644 --- a/x11-plugins/wmnd/ChangeLog +++ b/x11-plugins/wmnd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmnd -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.36 2005/11/11 10:10:08 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.37 2006/01/31 20:03:49 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmnd-0.4.11.ebuild, + wmnd-0.4.11-r1.ebuild: + Fixed DEPEND for modular X. 11 Nov 2005; Michele Noberaco <s4t4n@gentoo.org> wmnd-0.4.11-r1.ebuild, wmnd-0.4.11.ebuild: diff --git a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild b/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild index f72adacf7146..5ee14cbbfb4e 100644 --- a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.11-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/wmnd/wmnd-0.4.11-r1.ebuild,v 1.5 2005/11/11 10:10:08 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild,v 1.6 2006/01/31 20:03:49 nelchael Exp $ IUSE="snmp" DESCRIPTION="WindowMaker Network Devices (dockapp)" @@ -11,8 +11,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc sparc x86" -DEPEND="virtual/x11 - snmp? ( >=net-analyzer/net-snmp-5.2.1 )" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 ) + snmp? ( >=net-analyzer/net-snmp-5.2.1 )" src_compile() { diff --git a/x11-plugins/wmnd/wmnd-0.4.11.ebuild b/x11-plugins/wmnd/wmnd-0.4.11.ebuild index 30b4721d6d04..cc6806f43f94 100644 --- a/x11-plugins/wmnd/wmnd-0.4.11.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.11.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/wmnd/wmnd-0.4.11.ebuild,v 1.6 2005/11/11 10:10:08 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11.ebuild,v 1.7 2006/01/31 20:03:49 nelchael Exp $ IUSE="" DESCRIPTION="WindowMaker Network Devices (dockapp)" @@ -11,7 +11,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc amd64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { econf || die "configure failed" |