diff options
author | Sam James <sam@gentoo.org> | 2023-09-07 21:52:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-07 21:52:38 +0100 |
commit | 8e9845773aecb57bc9d7441d21211dd0cd8c1a3b (patch) | |
tree | 8cbb3a54a609c60412490fcfbc01513ce4a383e2 /dev-libs/gmp | |
parent | dev-libs/gmp: Stabilize 6.3.0 arm64, #913815 (diff) | |
download | gentoo-8e9845773aecb57bc9d7441d21211dd0cd8c1a3b.tar.gz gentoo-8e9845773aecb57bc9d7441d21211dd0cd8c1a3b.tar.bz2 gentoo-8e9845773aecb57bc9d7441d21211dd0cd8c1a3b.zip |
dev-libs/gmp: Stabilize 6.3.0 sparc, #913815
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r-- | dev-libs/gmp/gmp-6.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gmp/gmp-6.3.0.ebuild b/dev-libs/gmp/gmp-6.3.0.ebuild index 4bd29835409a..8fef640bf2f9 100644 --- a/dev-libs/gmp/gmp-6.3.0.ebuild +++ b/dev-libs/gmp/gmp-6.3.0.ebuild @@ -26,7 +26,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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+asm doc +cpudetection +cxx pic static-libs" REQUIRED_USE="cpudetection? ( asm )" RESTRICT="!cpudetection? ( bindist )" |