Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/
Date: Sun, 06 Jun 2021 09:31:19
Message-Id: 1622971868.ce6f784055228fa100f145581d2fbbf675cd1e7e.slyfox@gentoo
1 commit: ce6f784055228fa100f145581d2fbbf675cd1e7e
2 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
3 AuthorDate: Sat Jun 5 23:33:20 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 6 09:31:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6f7840
7
8 sys-libs/musl: fix HOMEPAGE
9
10 As per http://www.musl-libc.org/, "musl has moved to a new domain:
11 musl.libc.org"
12
13 Bug: https://bugs.gentoo.org/794484
14 Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh>
15 Package-Manager: Portage-3.0.18, Repoman-3.0.2
16 Closes: https://github.com/gentoo/gentoo/pull/21138
17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
18
19 sys-libs/musl/musl-1.2.2-r2.ebuild | 2 +-
20 sys-libs/musl/musl-9999.ebuild | 2 +-
21 2 files changed, 2 insertions(+), 2 deletions(-)
22
23 diff --git a/sys-libs/musl/musl-1.2.2-r2.ebuild b/sys-libs/musl/musl-1.2.2-r2.ebuild
24 index 732b5c5364b..905348ba854 100644
25 --- a/sys-libs/musl/musl-1.2.2-r2.ebuild
26 +++ b/sys-libs/musl/musl-1.2.2-r2.ebuild
27 @@ -28,7 +28,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
28 fi
29
30 DESCRIPTION="Light, fast and simple C library focused on standards-conformance and safety"
31 -HOMEPAGE="http://www.musl-libc.org/"
32 +HOMEPAGE="https://musl.libc.org"
33 LICENSE="MIT LGPL-2 GPL-2"
34 SLOT="0"
35 IUSE="headers-only"
36
37 diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild
38 index b4f43dbfc2b..56a2bbbc42f 100644
39 --- a/sys-libs/musl/musl-9999.ebuild
40 +++ b/sys-libs/musl/musl-9999.ebuild
41 @@ -28,7 +28,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
42 fi
43
44 DESCRIPTION="Light, fast and simple C library focused on standards-conformance and safety"
45 -HOMEPAGE="http://www.musl-libc.org/"
46 +HOMEPAGE="https://musl.libc.org"
47 LICENSE="MIT LGPL-2 GPL-2"
48 SLOT="0"
49 IUSE="headers-only"