diff options
author | 2023-01-28 21:07:20 +0200 | |
---|---|---|
committer | 2023-01-28 21:07:20 +0200 | |
commit | 41be178f55e7a4f36b9d287398d679fd7877d8bd (patch) | |
tree | a683ff554cdc5c0d14d3a96275d646ce42711a68 /dev-libs/gmp | |
parent | dev-lang/python: Stabilize 2.7.18_p16-r1 hppa, #891817 (diff) | |
download | gentoo-41be178f55e7a4f36b9d287398d679fd7877d8bd.tar.gz gentoo-41be178f55e7a4f36b9d287398d679fd7877d8bd.tar.bz2 gentoo-41be178f55e7a4f36b9d287398d679fd7877d8bd.zip |
dev-libs/gmp: Stabilize 6.2.1-r5 hppa, #892157
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r-- | dev-libs/gmp/gmp-6.2.1-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gmp/gmp-6.2.1-r5.ebuild b/dev-libs/gmp/gmp-6.2.1-r5.ebuild index 6c7b9275a84a..be3203afdc82 100644 --- a/dev-libs/gmp/gmp-6.2.1-r5.ebuild +++ b/dev-libs/gmp/gmp-6.2.1-r5.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}"/${MY_P%a} LICENSE="|| ( LGPL-3+ GPL-2+ )" # The subslot reflects the C & C++ SONAMEs. SLOT="0/10.4" -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" IUSE="+asm doc +cpudetection +cxx pic static-libs" REQUIRED_USE="cpudetection? ( asm )" RESTRICT="!cpudetection? ( bindist )" |