diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:25:21 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:25:21 +0000 |
commit | 70b2585d675992217423f8f10f4117a6b24d7677 (patch) | |
tree | 5a97c5e54fb220eac95424590d789272f540e894 /x11-plugins/wmhdplop | |
parent | Mark 1.0.2 stable on alpha (diff) | |
download | gentoo-2-70b2585d675992217423f8f10f4117a6b24d7677.tar.gz gentoo-2-70b2585d675992217423f8f10f4117a6b24d7677.tar.bz2 gentoo-2-70b2585d675992217423f8f10f4117a6b24d7677.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmhdplop')
-rw-r--r-- | x11-plugins/wmhdplop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmhdplop/ChangeLog b/x11-plugins/wmhdplop/ChangeLog index 27c483346dc9..3fe9fb6c744e 100644 --- a/x11-plugins/wmhdplop/ChangeLog +++ b/x11-plugins/wmhdplop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmhdplop -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/ChangeLog,v 1.8 2005/11/10 10:08:33 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/ChangeLog,v 1.9 2006/01/31 19:25:21 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmhdplop-0.9.7.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmhdplop-0.9.7.ebuild: Make use of built_with_use() (from eutils eclass) to fail if imlib2 diff --git a/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild b/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild index 591d18acc092..c49905cd9b40 100644 --- a/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild +++ b/x11-plugins/wmhdplop/wmhdplop-0.9.7.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/wmhdplop/wmhdplop-0.9.7.ebuild,v 1.5 2006/01/01 01:22:22 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild,v 1.6 2006/01/31 19:25:21 nelchael Exp $ inherit eutils @@ -14,7 +14,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~amd64" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 ) >=media-libs/imlib2-1.2.0-r2 gkrellm? ( >=app-admin/gkrellm-2.1.28-r1 )" |