diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:44:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:44:17 +0000 |
commit | 4a55ea73bfee88724994649f995dd136d6c8979e (patch) | |
tree | f007ed215493183b434482694b0f4db43bdc1ce3 /x11-plugins/wmDownload | |
parent | kde-base is deprecated (diff) | |
download | historical-4a55ea73bfee88724994649f995dd136d6c8979e.tar.gz historical-4a55ea73bfee88724994649f995dd136d6c8979e.tar.bz2 historical-4a55ea73bfee88724994649f995dd136d6c8979e.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-plugins/wmDownload')
-rw-r--r-- | x11-plugins/wmDownload/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/wmDownload/ChangeLog b/x11-plugins/wmDownload/ChangeLog index 4ec23309431c..9c5b02829313 100644 --- a/x11-plugins/wmDownload/ChangeLog +++ b/x11-plugins/wmDownload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmDownload # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/ChangeLog,v 1.4 2004/06/24 23:08:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/ChangeLog,v 1.5 2004/06/28 20:44:17 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmDownload-0.1.2a.ebuild: + glibc -> libc, add sed-4 dep 13 Apr 2004; Don Seiler <rizzo@gentoo.org>; wmDownload-0.1.2a.ebuild: Changed dependency to virtual/x11 to work with x11-base/xorg-x11 diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild index d76a1b783629..f41c663209c8 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 # 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.11 2004/06/24 23:08:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.12 2004/06/28 20:44:17 agriffis Exp $ S=${WORKDIR}/wmDownload @@ -13,7 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc" -DEPEND="virtual/glibc virtual/x11 x11-libs/docklib" +DEPEND="virtual/libc virtual/x11 x11-libs/docklib + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S} |