From e8682a8bf29f476932dc8980a51866adef90d0d6 Mon Sep 17 00:00:00 2001
From: Doug Goldstein <cardoe@gentoo.org>
Date: Thu, 14 Sep 2006 07:10:35 +0000
Subject: Chutt is particular about the URL.

---
 eclass/mythtv-plugins.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'eclass')

diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index e07b6604af31..3bf1ca703af6 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.14 2006/09/14 05:49:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.15 2006/09/14 07:10:35 cardoe Exp $
 #
 # Author: Doug Goldstein <cardoe@gentoo.org>
 #
@@ -21,7 +21,7 @@ fi
 
 DESCRIPTION=${DESCRIPTION:="MythTV plugin"}
 HOMEPAGE="http://www.mythtv.org"
-SRC_URI="http://ftp-osl.osuosl.org/pub/mythtv/mythplugins-${MY_PV}.tar.bz2"
+SRC_URI="http://ftp.osuosl.org/pub/mythtv/mythplugins-${MY_PV}.tar.bz2"
 if [ -n "${PATCHREV}" ] ; then
 	SRC_URI="${SRC_URI} http://dev.gentoo.org/~cardoe/files/mythtv/mythplugins-${MY_PV}_svn${PATCHREV}.patch.bz2"
 fi
-- 
cgit v1.2.3-65-gdbad