diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-14 08:46:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-14 08:46:39 +0000 |
commit | 908111810d8e6f503a7ec815714ff8868468eace (patch) | |
tree | d21023b4de3eeaf33719a3ba5fa9465265c5f777 /media-video | |
parent | Initial Import. (diff) | |
download | gentoo-2-908111810d8e6f503a7ec815714ff8868468eace.tar.gz gentoo-2-908111810d8e6f503a7ec815714ff8868468eace.tar.bz2 gentoo-2-908111810d8e6f503a7ec815714ff8868468eace.zip |
cvs didn't get updated with the fixed version
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/realplayer/realplayer-8-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/realplayer/realplayer-8-r2.ebuild b/media-video/realplayer/realplayer-8-r2.ebuild index 3d34e4873e71..756fce3c296f 100644 --- a/media-video/realplayer/realplayer-8-r2.ebuild +++ b/media-video/realplayer/realplayer-8-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r2.ebuild,v 1.5 2002/11/08 22:03:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r2.ebuild,v 1.6 2002/11/14 08:46:39 seemant Exp $ S=${WORKDIR}/usr DESCRIPTION="Real Player 8 basic" SRC_URI="rp8_linux20_libc6_i386_cs2_rpm" HOMEPAGE="http://forms.real.com/real/player/unix/unix.html" -DEPEND="app-arch/rpm2targz" +DEPEND=">=app-arch/rpm-3.0.6" RDEPEND="virtual/x11" RESTRICT="fetch" @@ -30,7 +30,7 @@ dyn_fetch() { src_unpack() { # You must download rp8_linux20_libc6_i386_cs2_rpm # from real.com and put it in ${DISTDIR} - rpm2targz ${DISTDIR}/${A} + rpm2cpio ${DISTDIR}/${A} | cpio -i --make-directories } src_install () { |