diff options
author | Sam James <sam@gentoo.org> | 2023-01-27 06:31:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-27 06:31:44 +0000 |
commit | d6ec6218cbdb5612add8ebd3953620a27f66a2cb (patch) | |
tree | 9e0173967345fe48b6484b7d39e560882c2cecd8 /dev-libs/gmp | |
parent | app-forensics/aflplusplus: Stabilize 4.04c-r1 arm64, #892139 (diff) | |
download | gentoo-d6ec6218cbdb5612add8ebd3953620a27f66a2cb.tar.gz gentoo-d6ec6218cbdb5612add8ebd3953620a27f66a2cb.tar.bz2 gentoo-d6ec6218cbdb5612add8ebd3953620a27f66a2cb.zip |
dev-libs/gmp: Stabilize 6.2.1-r5 arm, #892157
Signed-off-by: Sam James <sam@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 8ad086d2e52f..4512e22e2c27 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 )" |