From 07fd1d8ecd9a917313e53982a9ed2d24a23be199 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 31 Jan 2006 21:24:02 +0000 Subject: Fixed DEPEND for modular X. Package-Manager: portage-2.1_pre4-r1 --- x11-plugins/wmxres/wmxres-1.2.ebuild | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'x11-plugins/wmxres/wmxres-1.2.ebuild') diff --git a/x11-plugins/wmxres/wmxres-1.2.ebuild b/x11-plugins/wmxres/wmxres-1.2.ebuild index b12e07546cf2..657d930e7c3c 100644 --- a/x11-plugins/wmxres/wmxres-1.2.ebuild +++ b/x11-plugins/wmxres/wmxres-1.2.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/wmxres/wmxres-1.2.ebuild,v 1.3 2004/09/04 01:48:27 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.4 2006/01/31 21:15:04 nelchael Exp $ inherit eutils @@ -10,7 +10,18 @@ DESCRIPTION="Dock application to select your display mode among those possible" SRC_URI="http://yalla.free.fr/wn/${PN}-1.1-0.tar.gz" HOMEPAGE="http://yalla.free.fr/wn/" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXxf86vm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xf86vidmodeproto + x11-proto/xf86dgaproto ) + virtual/x11 )" SLOT="0" LICENSE="GPL-1" -- cgit v1.2.3-65-gdbad