diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:46:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:46:41 +0000 |
commit | 1903defb70f70898937961062c4126a7adc029cc (patch) | |
tree | cdc7bd85114805d7d0438d1aac34f92688010ee9 /x11-plugins/wmtop | |
parent | touch (diff) | |
download | gentoo-2-1903defb70f70898937961062c4126a7adc029cc.tar.gz gentoo-2-1903defb70f70898937961062c4126a7adc029cc.tar.bz2 gentoo-2-1903defb70f70898937961062c4126a7adc029cc.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-plugins/wmtop')
-rw-r--r-- | x11-plugins/wmtop/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmtop/wmtop-0.84.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmtop/ChangeLog b/x11-plugins/wmtop/ChangeLog index b5e9114a62ef..c366fabf3005 100644 --- a/x11-plugins/wmtop/ChangeLog +++ b/x11-plugins/wmtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtop # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.5 2004/06/24 23:18:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.6 2004/06/28 21:45:01 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmtop-0.84.ebuild: + glibc -> libc, add sed-4 dep 14 Dec 2003; Lars Weiler <pylon@gentoo.org> wmtop-0.84.ebuild: Make stable on ppc diff --git a/x11-plugins/wmtop/wmtop-0.84.ebuild b/x11-plugins/wmtop/wmtop-0.84.ebuild index 49da54af5d03..a6ea7d448540 100644 --- a/x11-plugins/wmtop/wmtop-0.84.ebuild +++ b/x11-plugins/wmtop/wmtop-0.84.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/wmtop/wmtop-0.84.ebuild,v 1.9 2004/06/24 23:18:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.84.ebuild,v 1.10 2004/06/28 21:45:01 agriffis Exp $ IUSE="" DESCRIPTION="top in a dockapp" @@ -11,8 +11,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc" -DEPEND="virtual/glibc - virtual/x11" +DEPEND="virtual/libc + virtual/x11 + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S} |