Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sc/
Date: Sat, 09 Apr 2022 02:35:19
Message-Id: 1649469090.53c4265ffe22a8a409de1f5271cd81f7d82cdf16.sam@gentoo
1 commit: 53c4265ffe22a8a409de1f5271cd81f7d82cdf16
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 01:51:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 01:51:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c4265f
7
8 app-dicts/aspell-sc: use mirror://gnu
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-dicts/aspell-sc/aspell-sc-1.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-dicts/aspell-sc/aspell-sc-1.0-r1.ebuild b/app-dicts/aspell-sc/aspell-sc-1.0-r1.ebuild
16 index 07a268184a5b..84750f590087 100644
17 --- a/app-dicts/aspell-sc/aspell-sc-1.0-r1.ebuild
18 +++ b/app-dicts/aspell-sc/aspell-sc-1.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -9,7 +9,7 @@ MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}"
26
27 inherit aspell-dict-r1
28
29 -SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
30 +SRC_URI="mirror://gnu/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
31 S="${WORKDIR}/${MY_P}"
32
33 LICENSE="GPL-2"