summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:22:38 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 23:22:38 +0000
commit537e54a231f51e30066545c1d13ddffa99812de6 (patch)
treefdd9cec450d89eac8361c9c504aa2657fb712fca /x11-plugins/wmget/wmget-0.6.0.ebuild
parentstable on amd64 wrt bug 114587 (diff)
downloadgentoo-2-537e54a231f51e30066545c1d13ddffa99812de6.tar.gz
gentoo-2-537e54a231f51e30066545c1d13ddffa99812de6.tar.bz2
gentoo-2-537e54a231f51e30066545c1d13ddffa99812de6.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmget/wmget-0.6.0.ebuild')
-rw-r--r--x11-plugins/wmget/wmget-0.6.0.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-plugins/wmget/wmget-0.6.0.ebuild b/x11-plugins/wmget/wmget-0.6.0.ebuild
index a937db3d93fa..78102a3e28db 100644
--- a/x11-plugins/wmget/wmget-0.6.0.ebuild
+++ b/x11-plugins/wmget/wmget-0.6.0.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/wmget/wmget-0.6.0.ebuild,v 1.4 2004/10/19 08:55:59 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.6.0.ebuild,v 1.5 2006/01/24 23:22:38 nelchael Exp $
IUSE=""
DESCRIPTION="libcurl-based dockapp for automated-downloads"
@@ -11,8 +11,17 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 amd64 ppc"
-DEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )
>=net-misc/curl-7.9.7"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )"
S=${WORKDIR}/${PN}