diff options
author | 2020-09-07 09:35:52 +0100 | |
---|---|---|
committer | 2020-09-07 09:47:22 +0100 | |
commit | eeb706ea0daf26c0143bb9332223aae16fa9c652 (patch) | |
tree | e537371d1055767af2e956a07057302a98699925 /dev-libs | |
parent | dev-libs/libgnt: stable 2.14.0 for ppc64 (diff) | |
download | gentoo-eeb706ea0daf26c0143bb9332223aae16fa9c652.tar.gz gentoo-eeb706ea0daf26c0143bb9332223aae16fa9c652.tar.bz2 gentoo-eeb706ea0daf26c0143bb9332223aae16fa9c652.zip |
dev-libs/mpfr: stable 4.1.0 for ppc64
stable wrt bug #736559
Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/mpfr/mpfr-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mpfr/mpfr-4.1.0.ebuild b/dev-libs/mpfr/mpfr-4.1.0.ebuild index bb16255e02e4..cc7640cfe2f5 100644 --- a/dev-libs/mpfr/mpfr-4.1.0.ebuild +++ b/dev-libs/mpfr/mpfr-4.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.mpfr.org/mpfr-${PV}/${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 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 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?]" |