From f1fa38cde582e228a461f3b20be374d785ff3dd9 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 31 Jan 2006 21:00:15 +0000 Subject: Fixed DEPEND for modular X. (Portage version: 2.1_pre4-r1) --- x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild') diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild index d8ca91ccd030..6a6626a0fe28 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.1 2006/01/25 08:22:27 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.2 2006/01/31 20:56:40 nelchael Exp $ inherit eutils @@ -13,7 +13,13 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~ppc ~ppc64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { -- cgit v1.2.3-65-gdbad