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/mpfr/
Date: Sat, 01 Jan 2022 05:34:15
Message-Id: 1641015147.54ae9a2d8ac567f882bfe901ecace0d93d1eb4be.sam@gentoo
1 commit: 54ae9a2d8ac567f882bfe901ecace0d93d1eb4be
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 05:32:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 05:32:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ae9a2d
7
8 dev-libs/mpfr: Stabilize 4.1.0_p13-r1 sparc, #830378
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild b/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild
16 index 7a65b4b377ff..c6b3e4564732 100644
17 --- a/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild
18 +++ b/dev-libs/mpfr/mpfr-4.1.0_p13-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=7
25 @@ -36,7 +36,7 @@ LICENSE="LGPL-2.1"
26 # This is a critical package; if SONAME changes, bump subslot but also add
27 # preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild.
28 SLOT="0/6" # libmpfr.so version
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 IUSE="static-libs"
32
33 RDEPEND=">=dev-libs/gmp-5.0.0:=[${MULTILIB_USEDEP},static-libs?]"