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 | a8c781b66fc8989b6edcd152e89456fe54c15322 (patch) | |
tree | d468d4fa6835b3a06fbae7624845abe1fe7d5f3a /media-video | |
parent | Initial Import. (diff) | |
download | historical-a8c781b66fc8989b6edcd152e89456fe54c15322.tar.gz historical-a8c781b66fc8989b6edcd152e89456fe54c15322.tar.bz2 historical-a8c781b66fc8989b6edcd152e89456fe54c15322.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 () { |