diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-22 08:05:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-22 08:05:36 +0000 |
commit | 4b3ba95606dd4875699c2088c5f4fd6f1801c92c (patch) | |
tree | c16b4c6992787a96004cb139894ddf66b51626e4 /app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | |
parent | added info about what this version is called upstream (diff) | |
download | gentoo-2-4b3ba95606dd4875699c2088c5f4fd6f1801c92c.tar.gz gentoo-2-4b3ba95606dd4875699c2088c5f4fd6f1801c92c.tar.bz2 gentoo-2-4b3ba95606dd4875699c2088c5f4fd6f1801c92c.zip |
Use mirror://gnu/ rather than ftp.gnu.org.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'app-dicts/aspell-be/aspell-be-0.01-r1.ebuild')
-rw-r--r-- | app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild index ab7ae91a53be..21741f789c55 100644 --- a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild +++ b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild,v 1.3 2006/12/23 17:07:47 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild,v 1.4 2007/01/22 08:05:36 flameeyes Exp $ ASPELL_LANG="Belarusian" @@ -10,7 +10,7 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2" +SRC_URI="mirror://gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2" IUSE="classic" S="${WORKDIR}/aspell5-be-${PV}" |