diff options
author | Sam James <sam@gentoo.org> | 2022-01-01 05:32:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-01 05:32:27 +0000 |
commit | 54ae9a2d8ac567f882bfe901ecace0d93d1eb4be (patch) | |
tree | cfbf4b508c3aedb3115a82b2240e9d47db5a101f /dev-libs/mpfr | |
parent | dev-util/ccache: Stabilize 4.5.1 sparc, #830377 (diff) | |
download | gentoo-54ae9a2d8ac567f882bfe901ecace0d93d1eb4be.tar.gz gentoo-54ae9a2d8ac567f882bfe901ecace0d93d1eb4be.tar.bz2 gentoo-54ae9a2d8ac567f882bfe901ecace0d93d1eb4be.zip |
dev-libs/mpfr: Stabilize 4.1.0_p13-r1 sparc, #830378
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r-- | dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild b/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild index 7a65b4b377ff..c6b3e4564732 100644 --- a/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild +++ b/dev-libs/mpfr/mpfr-4.1.0_p13-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=7 @@ -36,7 +36,7 @@ LICENSE="LGPL-2.1" # This is a critical package; if SONAME changes, bump subslot but also add # preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild. SLOT="0/6" # libmpfr.so version -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" +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" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.0.0:=[${MULTILIB_USEDEP},static-libs?]" |