summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-03 13:34:48 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-03 13:34:48 +0000
commit926752ceafd5dbced67c86bd0e66602b9ef67fea (patch)
tree3a5b313389345216b567583a1f21e12e0c1707d7 /x11-plugins/wmpeople/wmpeople-1.3.ebuild
parentStable on sparc wrt #121343 (diff)
downloadgentoo-2-926752ceafd5dbced67c86bd0e66602b9ef67fea.tar.gz
gentoo-2-926752ceafd5dbced67c86bd0e66602b9ef67fea.tar.bz2
gentoo-2-926752ceafd5dbced67c86bd0e66602b9ef67fea.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmpeople/wmpeople-1.3.ebuild')
-rw-r--r--x11-plugins/wmpeople/wmpeople-1.3.ebuild17
1 files changed, 13 insertions, 4 deletions
diff --git a/x11-plugins/wmpeople/wmpeople-1.3.ebuild b/x11-plugins/wmpeople/wmpeople-1.3.ebuild
index 79ce5133b2e2..097fe5400c97 100644
--- a/x11-plugins/wmpeople/wmpeople-1.3.ebuild
+++ b/x11-plugins/wmpeople/wmpeople-1.3.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/wmpeople/wmpeople-1.3.ebuild,v 1.4 2004/11/25 05:32:39 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpeople/wmpeople-1.3.ebuild,v 1.5 2006/02/03 13:34:48 nelchael Exp $
inherit eutils
@@ -13,8 +13,17 @@ SLOT="0"
KEYWORDS="x86 ppc ~sparc"
IUSE=""
-DEPEND="
- virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
>=net-mail/peephole-1.2"
src_install() {