From 70b2585d675992217423f8f10f4117a6b24d7677 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 31 Jan 2006 19:25:21 +0000 Subject: Fixed DEPEND for modular X. (Portage version: 2.1_pre4-r1) --- x11-plugins/wmhdplop/ChangeLog | 7 +++++-- x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild | 12 +++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'x11-plugins/wmhdplop') 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 wmhdplop-0.9.7.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco 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 )" -- cgit v1.2.3-65-gdbad