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
commitfa91871a527ff94b2ea1af99990438520dfc469d (patch)
treea0de27b4853f1f0b41b8291e9739213804adb747 /x11-plugins/wmpeople/wmpeople-1.3.ebuild
parentStable on sparc wrt #121343 (diff)
downloadhistorical-fa91871a527ff94b2ea1af99990438520dfc469d.tar.gz
historical-fa91871a527ff94b2ea1af99990438520dfc469d.tar.bz2
historical-fa91871a527ff94b2ea1af99990438520dfc469d.zip
Fixed DEPEND for modular X.
Package-Manager: portage-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() {