diff options
author | 2023-01-29 05:07:40 +0000 | |
---|---|---|
committer | 2023-01-29 05:07:40 +0000 | |
commit | f31028528a04fc783cde1df6edac9c316c379c4b (patch) | |
tree | 723922cc87bb9fdf19dddf2f921935825c1b956a /dev-libs/mpfr | |
parent | dev-util/py-spy: new package, add 0.3.14 (diff) | |
download | gentoo-f31028528a04fc783cde1df6edac9c316c379c4b.tar.gz gentoo-f31028528a04fc783cde1df6edac9c316c379c4b.tar.bz2 gentoo-f31028528a04fc783cde1df6edac9c316c379c4b.zip |
dev-libs/mpfr: Stabilize 4.2.0 hppa, #892193
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r-- | dev-libs/mpfr/mpfr-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mpfr/mpfr-4.2.0.ebuild b/dev-libs/mpfr/mpfr-4.2.0.ebuild index dad63683df51..c59c7f67eece 100644 --- a/dev-libs/mpfr/mpfr-4.2.0.ebuild +++ b/dev-libs/mpfr/mpfr-4.2.0.ebuild @@ -40,7 +40,7 @@ LICENSE="LGPL-2.1" # preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild. SLOT="0/6" # libmpfr.so version if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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 ~loong ~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" fi IUSE="static-libs" |