diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-12 17:09:05 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-12 17:09:05 +0000 |
commit | 5f24087443626ed6f98c6229a5c32af85cc21355 (patch) | |
tree | 52076abda6ebe69e9d1c5e9f2a06f580661b6a79 /media-video/bcast | |
parent | tex has been removed in favour of tetex (diff) | |
download | gentoo-2-5f24087443626ed6f98c6229a5c32af85cc21355.tar.gz gentoo-2-5f24087443626ed6f98c6229a5c32af85cc21355.tar.bz2 gentoo-2-5f24087443626ed6f98c6229a5c32af85cc21355.zip |
dependency update
Diffstat (limited to 'media-video/bcast')
-rw-r--r-- | media-video/bcast/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/bcast/bcast-2000c-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/bcast/ChangeLog b/media-video/bcast/ChangeLog index cabfa4dbb1f8..f89fa78093bc 100644 --- a/media-video/bcast/ChangeLog +++ b/media-video/bcast/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for media-video/bcast # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/ChangeLog,v 1.2 2002/04/12 17:05:59 spider Exp $ +*bcast-2000c-r1 (11 Apr 2002) + 11 Apr 2002; Spider <spider@gentoo.org> + Update all glib dependencies to use glib-1.2* in preparation of unmasking the glib-2.0.1 packages + *bcast-2000c-r1 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : diff --git a/media-video/bcast/bcast-2000c-r1.ebuild b/media-video/bcast/bcast-2000c-r1.ebuild index 1b8f6fb1c674..bd2864f55d1a 100644 --- a/media-video/bcast/bcast-2000c-r1.ebuild +++ b/media-video/bcast/bcast-2000c-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c-r1.ebuild,v 1.2 2002/04/12 17:05:59 spider Exp $ A=${P}-src.tar.gz S=${WORKDIR}/${P} @@ -11,13 +11,13 @@ HOMEPAGE="http://heroines.sourceforge.net/" DEPEND="virtual/glibc dev-lang/nasm >=sys-devel/gcc-2.95.2 - >=dev-libs/glib-1.2.10 + =dev-libs/glib-1.2* >=media-libs/libpng-1.0.7 virtual/x11" RDEPEND="virtual/glibc >=sys-devel/gcc-2.95.2 - >=dev-libs/glib-1.2.10 + =dev-libs/glib-1.2* >=media-libs/libpng-1.0.7 virtual/x11" |