Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
Date: Sat, 09 Apr 2022 02:35:14
Message-Id: 1649470173.43601bab2c4354f901f082a07dd1974e893856f9.sam@gentoo
1 commit: 43601bab2c4354f901f082a07dd1974e893856f9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 02:09:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 02:09:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43601bab
7
8 dev-libs/mpc: update HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/mpc/mpc-1.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/mpc/mpc-1.2.1.ebuild b/dev-libs/mpc/mpc-1.2.1.ebuild
16 index f2b23959fc05..2057137f920c 100644
17 --- a/dev-libs/mpc/mpc-1.2.1.ebuild
18 +++ b/dev-libs/mpc/mpc-1.2.1.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=7
25 @@ -6,7 +6,7 @@ EAPI=7
26 inherit multilib-minimal
27
28 DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding"
29 -HOMEPAGE="http://mpc.multiprecision.org/"
30 +HOMEPAGE="https://www.multiprecision.org/mpc/"
31 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
32
33 LICENSE="LGPL-2.1"