diff options
author | Sam James <sam@gentoo.org> | 2024-03-01 04:00:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-01 04:00:29 +0000 |
commit | 88fc9fc044aaf8c2b4bf8b27e0e38751f9cd2318 (patch) | |
tree | 510ea1ec75badc42be851be5c72bf18d1a1812af /dev-ml | |
parent | dev-libs/keystone: filter LTO (ODR violations) (diff) | |
download | gentoo-88fc9fc044aaf8c2b4bf8b27e0e38751f9cd2318.tar.gz gentoo-88fc9fc044aaf8c2b4bf8b27e0e38751f9cd2318.tar.bz2 gentoo-88fc9fc044aaf8c2b4bf8b27e0e38751f9cd2318.zip |
dev-ml/zarith: Stabilize 1.13 amd64, #924580
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/zarith/zarith-1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/zarith/zarith-1.13.ebuild b/dev-ml/zarith/zarith-1.13.ebuild index cc89cb150c39..4312ddbd84a7 100644 --- a/dev-ml/zarith/zarith-1.13.ebuild +++ b/dev-ml/zarith/zarith-1.13.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/Zarith/archive/release-${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" IUSE="doc +ocamlopt" RESTRICT="!ocamlopt? ( test )" |