diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:08 +0000 |
commit | bab4317f247ca42a0e0184c7aded43228fe44b7c (patch) | |
tree | 8af4988f487668cdeeb6ac9d727f94b13076e63d /x11-misc/bubblemon | |
parent | DEPEND and /usr/X11 fixes (diff) | |
download | historical-bab4317f247ca42a0e0184c7aded43228fe44b7c.tar.gz historical-bab4317f247ca42a0e0184c7aded43228fe44b7c.tar.bz2 historical-bab4317f247ca42a0e0184c7aded43228fe44b7c.zip |
DEPEND and /usr/X11 fixes
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild b/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild index 238272e28bd6..e0f85ebe8421 100644 --- a/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild +++ b/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild,v 1.1 2001/10/06 10:08:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild,v 1.2 2001/10/07 11:11:08 azarah Exp $ DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" S=${WORKDIR}/${PN}-dockapp-${PV} SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz" -DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r1" +DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4" src_compile() { |