summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:00:15 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:00:15 +0000
commitf1fa38cde582e228a461f3b20be374d785ff3dd9 (patch)
tree209f8c40b1ba8b06300b10cde495567009723b68 /x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
parentversion bump (diff)
downloadgentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.tar.gz
gentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.tar.bz2
gentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmsystray/wmsystray-0.1.1.ebuild')
-rw-r--r--x11-plugins/wmsystray/wmsystray-0.1.1.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
index 019b47eaad53..857d01d682f8 100644
--- a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
+++ b/x11-plugins/wmsystray/wmsystray-0.1.1.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-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.7 2005/07/25 15:00:41 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.8 2006/01/31 20:58:16 nelchael Exp $
inherit eutils
@@ -10,8 +10,11 @@ DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE app
SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2"
HOMEPAGE="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/"
-DEPEND="virtual/x11"
-RDEPEND=""
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}"
SLOT="0"
LICENSE="GPL-2"