Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/time/
Date: Sun, 26 Dec 2021 23:38:59
Message-Id: 1640561926.275e4afc5a6c30f43d0636e752f771b4eee673ca.sam@gentoo
1 commit: 275e4afc5a6c30f43d0636e752f771b4eee673ca
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 23:38:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 23:38:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275e4afc
7
8 sys-process/time: update SRC_URI (use mirror://gnu and hence HTTPS)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-process/time/time-1.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/time/time-1.9.ebuild b/sys-process/time/time-1.9.ebuild
16 index c6fb421e5d2c..ce9215929be3 100644
17 --- a/sys-process/time/time-1.9.ebuild
18 +++ b/sys-process/time/time-1.9.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 DESCRIPTION="Displays info about resources used by a program"
22 HOMEPAGE="https://www.gnu.org/directory/time.html"
23 -SRC_URI="http://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
24 +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
25
26 LICENSE="GPL-3+"
27 SLOT="0"