summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2011-08-18 09:05:54 +0000
committerAlistair Bush <ali_bush@gentoo.org>2011-08-18 09:05:54 +0000
commit983e1b4bac364217ece9d018fd75fd90bde815e9 (patch)
tree7938ca9aea0748ef4d39dfd6fc11c74b0688b1e9 /eclass/go-mono.eclass
parentSwitch to local permanent url (diff)
downloadgentoo-2-983e1b4bac364217ece9d018fd75fd90bde815e9.tar.gz
gentoo-2-983e1b4bac364217ece9d018fd75fd90bde815e9.tar.bz2
gentoo-2-983e1b4bac364217ece9d018fd75fd90bde815e9.zip
Update SRC_URI to use new mono mirror as novell no longer supporting project.
Diffstat (limited to 'eclass/go-mono.eclass')
-rw-r--r--eclass/go-mono.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass
index aff7adfa9c22..d01bf7488c3f 100644
--- a/eclass/go-mono.eclass
+++ b/eclass/go-mono.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.10 2010/10/19 21:21:36 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.11 2011/08/18 09:05:54 ali_bush Exp $
# @ECLASS: go-mono.eclass
# @MAINTAINER:
@@ -44,7 +44,7 @@ then
inherit autotools git
else
GO_MONO_P=${P}
- SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
+ SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"
fi