diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 07:10:35 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 07:10:35 +0000 |
commit | 57e69c1e9a146997b8b4b84f5ef4633cd9cadffd (patch) | |
tree | 6f0fae66e3f2036dd482bcd568f44bf1cf727928 /eclass | |
parent | Adding generation-1 revision of version 1.4.2.6 for stable users because olde... (diff) | |
download | historical-57e69c1e9a146997b8b4b84f5ef4633cd9cadffd.tar.gz historical-57e69c1e9a146997b8b4b84f5ef4633cd9cadffd.tar.bz2 historical-57e69c1e9a146997b8b4b84f5ef4633cd9cadffd.zip |
Chutt is particular about the URL.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 |