diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-11-12 11:40:22 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-11-12 11:40:31 -0800 |
commit | e244d1ab108d6e9b309ed6925c118825a5317d66 (patch) | |
tree | a179f42082e4339fed7e73fe090f60bdcaf61cee /dev-libs/mpfr | |
parent | dev-libs/mpc-1.1.0-r1: alpha stable, bug 693846 (diff) | |
download | gentoo-e244d1ab108d6e9b309ed6925c118825a5317d66.tar.gz gentoo-e244d1ab108d6e9b309ed6925c118825a5317d66.tar.bz2 gentoo-e244d1ab108d6e9b309ed6925c118825a5317d66.zip |
dev-libs/mpfr-4.0.2: alpha stable, bug 693846
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r-- | dev-libs/mpfr/mpfr-4.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mpfr/mpfr-4.0.2.ebuild b/dev-libs/mpfr/mpfr-4.0.2.ebuild index fe76e946f672..7d05de750cdf 100644 --- a/dev-libs/mpfr/mpfr-4.0.2.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/6" # libmpfr.so version -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.0.0[${MULTILIB_USEDEP},static-libs?]" |