From 9f1a46799419fd5fbc5ac12e560e7952ebb39eab Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Tue, 8 Jun 2004 02:05:09 +0000 Subject: Fix use invocation --- media-tv/freevo/ChangeLog | 6 +++++- media-tv/freevo/freevo-1.4.1.ebuild | 6 +++--- media-tv/freevo/freevo-1.4.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'media-tv/freevo') diff --git a/media-tv/freevo/ChangeLog b/media-tv/freevo/ChangeLog index d9bd69b2a702..a687a84ffe96 100644 --- a/media-tv/freevo/ChangeLog +++ b/media-tv/freevo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/freevo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.14 2004/05/29 22:31:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.15 2004/06/08 02:04:33 agriffis Exp $ + + 07 Jun 2004; Aron Griffis freevo-1.4.1.ebuild, + freevo-1.4.ebuild: + Fix use invocation 30 May 2004; David Holm freevo-1.4.1.ebuild: Added to ~ppc. diff --git a/media-tv/freevo/freevo-1.4.1.ebuild b/media-tv/freevo/freevo-1.4.1.ebuild index a52e4e28b23c..4c07c3119f93 100644 --- a/media-tv/freevo/freevo-1.4.1.ebuild +++ b/media-tv/freevo/freevo-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.4.1.ebuild,v 1.3 2004/05/29 22:31:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.4.1.ebuild,v 1.4 2004/06/08 02:04:33 agriffis Exp $ inherit distutils @@ -39,9 +39,9 @@ src_compile() { if [ "`/bin/ls -l /etc/localtime | grep Europe`" ] ; then myconf="${myconf} --tv=pal" fi - if [ "`use matrox`" ] ; then + if use matrox ; then myconf="${myconf} --geometry=768x576 --display=mga" - elif [ "`use X`" ] ; then + elif use X ; then myconf="${myconf} --geometry=800x600 --display=x11" else myconf="${myconf} --geometry=800x600 --display=fbdev" diff --git a/media-tv/freevo/freevo-1.4.ebuild b/media-tv/freevo/freevo-1.4.ebuild index eb9b3892e9f8..e2504cd39014 100644 --- a/media-tv/freevo/freevo-1.4.ebuild +++ b/media-tv/freevo/freevo-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.4.ebuild,v 1.4 2004/05/27 06:58:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.4.ebuild,v 1.5 2004/06/08 02:04:33 agriffis Exp $ inherit distutils @@ -39,9 +39,9 @@ src_compile() { if [ "`/bin/ls -l /etc/localtime | grep Europe`" ] ; then myconf="${myconf} --tv=pal" fi - if [ "`use matrox`" ] ; then + if use matrox ; then myconf="${myconf} --geometry=768x576 --display=mga" - elif [ "`use X`" ] ; then + elif use X ; then myconf="${myconf} --geometry=800x600 --display=x11" else myconf="${myconf} --geometry=800x600 --display=fbdev" -- cgit v1.2.3-65-gdbad