summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-08 02:05:09 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-08 02:05:09 +0000
commit9f1a46799419fd5fbc5ac12e560e7952ebb39eab (patch)
treedb9e83e59d07da15988dbbcdfc62caf2798330b2 /media-tv/freevo
parentfinish trimming out the old (diff)
downloadgentoo-2-9f1a46799419fd5fbc5ac12e560e7952ebb39eab.tar.gz
gentoo-2-9f1a46799419fd5fbc5ac12e560e7952ebb39eab.tar.bz2
gentoo-2-9f1a46799419fd5fbc5ac12e560e7952ebb39eab.zip
Fix use invocation
Diffstat (limited to 'media-tv/freevo')
-rw-r--r--media-tv/freevo/ChangeLog6
-rw-r--r--media-tv/freevo/freevo-1.4.1.ebuild6
-rw-r--r--media-tv/freevo/freevo-1.4.ebuild6
3 files changed, 11 insertions, 7 deletions
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 <agriffis@gentoo.org> freevo-1.4.1.ebuild,
+ freevo-1.4.ebuild:
+ Fix use invocation
30 May 2004; David Holm <dholm@gentoo.org> 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"