summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-10-14 20:27:21 +0000
committerSven Wegener <swegener@gentoo.org>2006-10-14 20:27:21 +0000
commit0372ecc500e416611bd0640c07dd9b4d5d18cafe (patch)
treec9159886d91bd1beb7685866a94dc0c00dece5fa /eclass/mythtv-plugins.eclass
parentMark 3.1.5-r2 stable on ia64 (diff)
downloadgentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.gz
gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.bz2
gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.zip
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index 85c16cefaeef..ed8a7130cce4 100644
--- a/eclass/mythtv-plugins.eclass
+++ b/eclass/mythtv-plugins.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.18 2006/09/20 03:43:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.19 2006/10/14 20:27:21 swegener Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -14,7 +14,7 @@ MTVCONF=${MTVCONF:=""}
SLOT="0"
IUSE="${IUSE} debug mmx"
-RDEPEND="${RDEPEND}
+RDEPEND="${RDEPEND}
=media-tv/mythtv-${MY_PV}*"
DEPEND="${DEPEND}
=media-tv/mythtv-${MY_PV}*
@@ -37,7 +37,7 @@ mythtv-plugins_src_unpack() {
unpack ${A}
cd "${S}"
- mythtv-fixes_patch
+ mythtv-fixes_patch
sed -e 's!PREFIX = /usr/local!PREFIX = /usr!' \
-i 'settings.pro' || die "fixing PREFIX to /usr failed"