summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-11 11:22:28 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-11 11:22:28 +0000
commit358fb399db9e37d93854dcb8e42204db9e5bd41c (patch)
treea5936b23199610c7bbf09305b4715819c3d9fa1d /x11-misc/netwmpager/netwmpager-1.6.ebuild
parentFixed DEPEND for modular X. (diff)
downloadgentoo-2-358fb399db9e37d93854dcb8e42204db9e5bd41c.tar.gz
gentoo-2-358fb399db9e37d93854dcb8e42204db9e5bd41c.tar.bz2
gentoo-2-358fb399db9e37d93854dcb8e42204db9e5bd41c.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/netwmpager/netwmpager-1.6.ebuild')
-rw-r--r--x11-misc/netwmpager/netwmpager-1.6.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-misc/netwmpager/netwmpager-1.6.ebuild b/x11-misc/netwmpager/netwmpager-1.6.ebuild
index fd68e09ada40..180c23ddc37a 100644
--- a/x11-misc/netwmpager/netwmpager-1.6.ebuild
+++ b/x11-misc/netwmpager/netwmpager-1.6.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-misc/netwmpager/netwmpager-1.6.ebuild,v 1.3 2005/12/04 06:21:42 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/netwmpager-1.6.ebuild,v 1.4 2006/02/11 11:18:28 nelchael Exp $
DESCRIPTION="EWMH (NetWM) compatible pager. Works with Openbox and other EWMH
compliant window managers."
@@ -9,7 +9,16 @@ HOMEPAGE="http://onion.dynserv.net/~timo/?page=Projects/netwmpager"
SLOT="0"
IUSE=""
-DEPEND="virtual/x11 virtual/xft"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXrender
+ x11-libs/libXft
+ x11-libs/libXdmcp
+ x11-libs/libXau )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )
+ virtual/xft"
LICENSE="GPL-2"
KEYWORDS="~ppc x86"