diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:20 +0000 |
commit | f2065c6e9b77ba6810a7529ed2232324e33b27b4 (patch) | |
tree | 4cf74bf45dfdeb8c53fd6ec237b78211bca57187 /x11-misc/bubblemon | |
parent | gtk 1.2 dependency listing fixes (diff) | |
download | historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.tar.gz historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.tar.bz2 historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.zip |
gtk 1.2 dependency listing 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 e0f85ebe8421..e546b1b15451 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.2 2001/10/07 11:11:08 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild,v 1.3 2002/05/23 06:50:20 seemant 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-r4" +DEPEND="virtual/glibc =x11-libs/gtk+-1.2*" src_compile() { |