diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 11:10:13 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 11:10:54 +0100 |
commit | 3e46a98b6d36cbdc822656f70b833770b0c36621 (patch) | |
tree | 0c691741f5454e293c82c482fb6c46b03d63bd1e /dev-libs/gmp | |
parent | net-analyzer/wireshark: Stabilize 4.0.3 x86, #892151 (diff) | |
download | gentoo-3e46a98b6d36cbdc822656f70b833770b0c36621.tar.gz gentoo-3e46a98b6d36cbdc822656f70b833770b0c36621.tar.bz2 gentoo-3e46a98b6d36cbdc822656f70b833770b0c36621.zip |
dev-libs/gmp: Stabilize 6.2.1-r5 amd64, #892157
Signed-off-by: Jakov Smolić <jsmolic@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 497071d248dc..6c7b9275a84a 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 )" |