diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:47:38 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:47:38 +0000 |
commit | 46c36be8651044133910d26ce3bd10ffd8c2bb1a (patch) | |
tree | 7f3ec32e09d0f30e9dfd36c3351ce1ecabe969aa /x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild | |
parent | Fixed X dependencies (support for modular X). (diff) | |
download | gentoo-2-46c36be8651044133910d26ce3bd10ffd8c2bb1a.tar.gz gentoo-2-46c36be8651044133910d26ce3bd10ffd8c2bb1a.tar.bz2 gentoo-2-46c36be8651044133910d26ce3bd10ffd8c2bb1a.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild')
-rw-r--r-- | x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild index 9a2343ea49ce..23dbac29c2e3 100644 --- a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild +++ b/x11-plugins/wmDownload/wmDownload-0.1.2a.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/wmDownload/wmDownload-0.1.2a.ebuild,v 1.14 2004/11/24 04:40:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.15 2006/01/22 11:47:38 nelchael Exp $ S=${WORKDIR}/wmDownload @@ -13,8 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND="virtual/libc virtual/x11 x11-libs/docklib - >=sys-apps/sed-4" +DEPEND="x11-libs/libdockapp" src_unpack() { unpack ${A} ; cd ${S} |