From 4b4888051bd43f070a501d0fa5e2cd039ea627b8 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 31 Jan 2006 20:12:48 +0000 Subject: Fixed DEPEND for modular X. (Portage version: 2.1_pre4-r1) --- x11-plugins/wmpiki/ChangeLog | 7 +++++-- x11-plugins/wmpiki/wmpiki-0.2.1.ebuild | 12 +++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'x11-plugins/wmpiki') diff --git a/x11-plugins/wmpiki/ChangeLog b/x11-plugins/wmpiki/ChangeLog index d1195bd697ff..425d3631792d 100644 --- a/x11-plugins/wmpiki/ChangeLog +++ b/x11-plugins/wmpiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpiki -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpiki/ChangeLog,v 1.5 2004/11/25 05:36:06 weeve Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpiki/ChangeLog,v 1.6 2006/01/31 20:12:48 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik wmpiki-0.2.1.ebuild: + Fixed DEPEND for modular X. 24 Nov 2004; Jason Wever wmpiki-0.2.1.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild index ec170119064a..c82db1da2fd0 100644 --- a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild +++ b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/wmpiki/wmpiki-0.2.1.ebuild,v 1.5 2004/11/25 05:36:06 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild,v 1.6 2006/01/31 20:12:48 nelchael Exp $ inherit eutils @@ -14,7 +14,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { -- cgit v1.2.3-65-gdbad