diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-08 23:58:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-08 23:58:03 +0000 |
commit | 63256b9f1b49bf9b3357d188756ed87b21ec2f4a (patch) | |
tree | 4653084145706329ccd707b1b9cb0b4f55437d28 /media-video/realplayer | |
parent | x86 unmask of gvim -r4 (diff) | |
download | gentoo-2-63256b9f1b49bf9b3357d188756ed87b21ec2f4a.tar.gz gentoo-2-63256b9f1b49bf9b3357d188756ed87b21ec2f4a.tar.bz2 gentoo-2-63256b9f1b49bf9b3357d188756ed87b21ec2f4a.zip |
syntax fix0r
Diffstat (limited to 'media-video/realplayer')
-rw-r--r-- | media-video/realplayer/realplayer-8-r4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/realplayer/realplayer-8-r4.ebuild b/media-video/realplayer/realplayer-8-r4.ebuild index 1125b5f05262..a7920ae4fa20 100644 --- a/media-video/realplayer/realplayer-8-r4.ebuild +++ b/media-video/realplayer/realplayer-8-r4.ebuild @@ -1,6 +1,6 @@ # 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-r4.ebuild,v 1.1 2003/01/08 23:08:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r4.ebuild,v 1.2 2003/01/08 23:58:03 seemant Exp $ DESCRIPTION="RealPlayer 8 is a streaming media player" HOMEPAGE="http://forms.real.com/real/player/unix/unix.html" @@ -10,16 +10,16 @@ HOMEPAGE="http://forms.real.com/real/player/unix/unix.html" # form in order to be able to download the binary. When done, you should copy # or move the binary into /usr/portage/distfiles. No need to chmod +x -if use x86 &>/dev/null +if use x86 then MY_P=rp8_linux20_libc6_i386_cs2.bin -elif use ppc &>/dev/null +elif use ppc then MY_P=rp8_linux_powerpc_cs1.bin -elif use sparc &>/dev/null +elif use sparc then MY_P=rp8_linux_sparc_cs1.bin -elif use alpha &>/dev/null +elif use alpha then MY_P=rp8_linux_alpha_rh62_cs1.bin fi |