diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass index e07bd03520cf..c0e8c87728a4 100644 --- a/eclass/mythtv.eclass +++ b/eclass/mythtv.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.eclass,v 1.2 2006/09/20 03:43:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.3 2006/09/25 16:35:23 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -24,9 +24,10 @@ fi HOMEPAGE="http://www.mythtv.org" LICENSE="GPL-2" -SRC_URI="http://ftp.osuosl.org/pub/mythtv/${MY_PN}-${MY_PV}.tar.bz2" +SRC_URI="mirror://gentoo/${MY_PN}-${MY_PV}.tar.bz2" if [ -n "${PATCHREV}" ] ; then - SRC_URI="${SRC_URI} http://dev.gentoo.org/~cardoe/files/mythtv/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch.bz2" + SRC_URI="${SRC_URI} + http://dev.gentoo.org/~cardoe/files/mythtv/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch.bz2" fi mythtv-fixes_patch() { |