summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:24:02 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:24:02 +0000
commit07fd1d8ecd9a917313e53982a9ed2d24a23be199 (patch)
tree02c0e3b1eba605be75cf41cc480a4cb67955b3e1 /x11-plugins/wmxres/wmxres-1.2.ebuild
parentMark 1.89 stable on alpha (diff)
downloadhistorical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.gz
historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.bz2
historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmxres/wmxres-1.2.ebuild')
-rw-r--r--x11-plugins/wmxres/wmxres-1.2.ebuild17
1 files changed, 14 insertions, 3 deletions
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"