diff options
author | 2006-01-22 12:42:46 +0000 | |
---|---|---|
committer | 2006-01-22 12:42:46 +0000 | |
commit | 9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7 (patch) | |
tree | bed192cb48f2fbe899635494ac98193535d81407 /x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild | |
parent | version bump - checked with curl. removed older version. ppc64 dropped until ... (diff) | |
download | gentoo-2-9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7.tar.gz gentoo-2-9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7.tar.bz2 gentoo-2-9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild')
-rw-r--r-- | x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild index 865ae5a7d47f..16fcecf6e016 100644 --- a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild +++ b/x11-plugins/wmdf/wmdf-0.1.6-r1.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/wmdf/wmdf-0.1.6-r1.ebuild,v 1.2 2005/11/01 10:26:27 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild,v 1.3 2006/01/22 12:42:46 nelchael Exp $ inherit eutils @@ -10,7 +10,14 @@ DESCRIPTION="An app to monitor disk space on partitions" SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz" HOMEPAGE="http://dockapps.org/file.php/id/175" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" |