diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-20 02:51:28 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-20 02:51:28 +0000 |
commit | b3e349654caff29e9e0495ea9541e3a2bb82f47a (patch) | |
tree | a494b5968a608fa0483b0b28cd87b11d5e2b688b /media-video | |
parent | latest nautilus & galeon (diff) | |
download | historical-b3e349654caff29e9e0495ea9541e3a2bb82f47a.tar.gz historical-b3e349654caff29e9e0495ea9541e3a2bb82f47a.tar.bz2 historical-b3e349654caff29e9e0495ea9541e3a2bb82f47a.zip |
depends on x11 now :p
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/realplayer/realplayer-8-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/realplayer/realplayer-8-r1.ebuild b/media-video/realplayer/realplayer-8-r1.ebuild index 57ad551c7c1f..655b9c636b5d 100644 --- a/media-video/realplayer/realplayer-8-r1.ebuild +++ b/media-video/realplayer/realplayer-8-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 ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r1.ebuild,v 1.1 2001/10/19 05:13:26 lordjoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r1.ebuild,v 1.2 2001/10/20 02:51:28 lordjoe Exp $ P=rp8_linux20_libc6_i386_cs2_rpm A=rp8_linux20_libc6_i386_cs2_rpm @@ -11,6 +11,7 @@ SRC_URI="" HOMEPAGE="http://" DEPEND=">=app-arch/rpm-3.0.6" +RDEPEND="virtual/x11" dyn_fetch() { for y in ${A} |