diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:12:48 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:12:48 +0000 |
commit | 4b4888051bd43f070a501d0fa5e2cd039ea627b8 (patch) | |
tree | e9e6d7847fd36b8d653c27dd198cedea4fab6e19 /x11-plugins/wmnetselect | |
parent | Mark 1.15 stable on alpha (diff) | |
download | gentoo-2-4b4888051bd43f070a501d0fa5e2cd039ea627b8.tar.gz gentoo-2-4b4888051bd43f070a501d0fa5e2cd039ea627b8.tar.bz2 gentoo-2-4b4888051bd43f070a501d0fa5e2cd039ea627b8.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmnetselect')
-rw-r--r-- | x11-plugins/wmnetselect/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild | 17 |
2 files changed, 20 insertions, 5 deletions
diff --git a/x11-plugins/wmnetselect/ChangeLog b/x11-plugins/wmnetselect/ChangeLog index 53c77458b2ac..7adeead8e3c5 100644 --- a/x11-plugins/wmnetselect/ChangeLog +++ b/x11-plugins/wmnetselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmnetselect -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.10 2005/11/11 10:23:42 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.11 2006/01/31 20:11:13 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmnetselect-0.8-r1.ebuild: + Fixed DEPEND for modular X. 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmnetselect-0.8.ebuild: Removed COPYING from dodoc. diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild index 9b1975e1b2a4..b5909a672742 100644 --- a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild +++ b/x11-plugins/wmnetselect/wmnetselect-0.8-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/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.11 2005/11/11 10:23:42 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.12 2006/01/31 20:11:13 nelchael Exp $ IUSE="" DESCRIPTION="WindowMaker browser launcher docklet" @@ -11,7 +11,18 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto + x11-misc/imake ) + virtual/x11 )" src_compile() { xmkmf || die |