diff options
author | 2004-06-28 19:50:53 +0000 | |
---|---|---|
committer | 2004-06-28 19:50:53 +0000 | |
commit | 0fb62a8ed9d0c6307f2650034d6e08cf81081e80 (patch) | |
tree | 9c23ea0fae9523870ed3a2bca0f59a192495693a /x11-misc/bubblemon/bubblemon-1.41.ebuild | |
parent | dont depend on {text,file,sh-}utils (diff) | |
download | historical-0fb62a8ed9d0c6307f2650034d6e08cf81081e80.tar.gz historical-0fb62a8ed9d0c6307f2650034d6e08cf81081e80.tar.bz2 historical-0fb62a8ed9d0c6307f2650034d6e08cf81081e80.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-misc/bubblemon/bubblemon-1.41.ebuild')
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.41.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/bubblemon/bubblemon-1.41.ebuild b/x11-misc/bubblemon/bubblemon-1.41.ebuild index 2c3e2383d5f2..ec38e3096efc 100644 --- a/x11-misc/bubblemon/bubblemon-1.41.ebuild +++ b/x11-misc/bubblemon/bubblemon-1.41.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-misc/bubblemon/bubblemon-1.41.ebuild,v 1.5 2004/06/24 22:14:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.41.ebuild,v 1.6 2004/06/28 19:50:53 agriffis Exp $ DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" @@ -10,7 +10,8 @@ KEYWORDS="x86 sparc alpha ppc" IUSE="" 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*" +DEPEND="virtual/libc =x11-libs/gtk+-1.2* + >=sys-apps/sed-4" src_compile() { sed -i "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile |