diff options
author | Peter Volkov <pva@gentoo.org> | 2009-01-10 16:16:19 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-01-10 16:16:19 +0000 |
commit | 6290946abc6f436895c3eabc30dab703b3473cf4 (patch) | |
tree | 4a0aacf84c653ad8fb80bd4ef151c3d33e1a4e60 /eclass | |
parent | alpha/ia64/sparc stable wrt #241732 (diff) | |
download | gentoo-2-6290946abc6f436895c3eabc30dab703b3473cf4.tar.gz gentoo-2-6290946abc6f436895c3eabc30dab703b3473cf4.tar.bz2 gentoo-2-6290946abc6f436895c3eabc30dab703b3473cf4.zip |
Updated SRC_URI to use gnu mirrors.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 0ceb1a3b530d..6334fd913e8d 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.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/aspell-dict.eclass,v 1.40 2008/03/29 02:02:37 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.41 2009/01/10 16:16:19 pva Exp $ # @ECLASS: aspell-dict.eclass # @MAINTAINER: @@ -32,7 +32,7 @@ SPELLANG=${PN/aspell-/} S="${WORKDIR}/${MY_P}" DESCRIPTION="${ASPELL_LANG} language dictionary for aspell" HOMEPAGE="http://aspell.net" -SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" +SRC_URI="mirror://gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" IUSE="" SLOT="0" |