diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-11 13:21:08 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-11 13:21:08 +0000 |
commit | 29b619ae7b4366c40903a0987cb2e8004b67e6da (patch) | |
tree | cbe4ca3d35daa5b2818edf36363887c4eb1f2f22 /media-video/realone/realone-1.ebuild | |
parent | Initial commit (diff) | |
download | historical-29b619ae7b4366c40903a0987cb2e8004b67e6da.tar.gz historical-29b619ae7b4366c40903a0987cb2e8004b67e6da.tar.bz2 historical-29b619ae7b4366c40903a0987cb2e8004b67e6da.zip |
fix alleged bug with GUI popping up.
Diffstat (limited to 'media-video/realone/realone-1.ebuild')
-rw-r--r-- | media-video/realone/realone-1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/realone/realone-1.ebuild b/media-video/realone/realone-1.ebuild index 0884964d058c..ce518d1393e8 100644 --- a/media-video/realone/realone-1.ebuild +++ b/media-video/realone/realone-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.6 2003/03/16 14:33:43 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.7 2003/05/11 13:21:00 liquidx Exp $ IUSE="gnome kde" @@ -52,6 +52,7 @@ src_install() { echo # Virtualmake + unset DISPLAY # make sure it uses the virtualx rather than realx (#19293) export maketype="./${INSTALL_BINARY}" virtualmake < /dev/null >& /dev/null & while ! [ -r rnsetup/realplaydoc.xpm ] |