diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 08:01:58 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 08:01:58 +0000 |
commit | 680e32f2eb269332b352a0f3f568742920eb676c (patch) | |
tree | b51a686a405193324e9c1ac08260ce0aeef8e04f /media-libs/libfame/libfame-0.8.10.ebuild | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-680e32f2eb269332b352a0f3f568742920eb676c.tar.gz gentoo-2-680e32f2eb269332b352a0f3f568742920eb676c.tar.bz2 gentoo-2-680e32f2eb269332b352a0f3f568742920eb676c.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'media-libs/libfame/libfame-0.8.10.ebuild')
-rw-r--r-- | media-libs/libfame/libfame-0.8.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libfame/libfame-0.8.10.ebuild b/media-libs/libfame/libfame-0.8.10.ebuild index 7c32596844ff..44b149e34210 100644 --- a/media-libs/libfame/libfame-0.8.10.ebuild +++ b/media-libs/libfame/libfame-0.8.10.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/media-libs/libfame/libfame-0.8.10.ebuild,v 1.12 2004/06/24 23:09:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.8.10.ebuild,v 1.13 2004/07/01 07:57:52 eradicator Exp $ DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" SRC_URI="mirror://sourceforge/fame/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { local myconf |