From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA9A015808C for ; Sat, 9 Apr 2022 02:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F017FE087E; Sat, 9 Apr 2022 02:35:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B5FAE0839 for ; Sat, 9 Apr 2022 02:35:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD980340D20 for ; Sat, 9 Apr 2022 02:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCE7F3A7 for ; Sat, 9 Apr 2022 02:35:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649469100.e5a424686b704ec02f72b2052920540779d786fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-tet/aspell-tet-0.1.1-r1.ebuild X-VCS-Directories: app-dicts/aspell-tet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e5a424686b704ec02f72b2052920540779d786fe X-VCS-Branch: master Date: Sat, 9 Apr 2022 02:35:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5e25a92-4eb0-40f6-993c-ac64bd74fe00 X-Archives-Hash: e2283102c1195a0923908df33b9668b2 commit: e5a424686b704ec02f72b2052920540779d786fe Author: Sam James gentoo org> AuthorDate: Sat Apr 9 01:51:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 9 01:51:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a42468 app-dicts/aspell-tet: use mirror://gnu Signed-off-by: Sam James gentoo.org> app-dicts/aspell-tet/aspell-tet-0.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-dicts/aspell-tet/aspell-tet-0.1.1-r1.ebuild b/app-dicts/aspell-tet/aspell-tet-0.1.1-r1.ebuild index c5836e9e0874..b3fa22fa7592 100644 --- a/app-dicts/aspell-tet/aspell-tet-0.1.1-r1.ebuild +++ b/app-dicts/aspell-tet/aspell-tet-0.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" inherit aspell-dict-r1 -SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" +SRC_URI="mirror://gnu/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2"