diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 06:46:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:46:12 +0000 |
commit | 74aa508491313aa970b6014abc081bd7fa65fd26 (patch) | |
tree | 7abd7a5493f4ae3bbd869d69f49e82cf5895f8ce /dev-ml/zarith | |
parent | dev-ml/ocaml-ssl: Stabilize 0.5.10 amd64, #783579 (diff) | |
download | gentoo-74aa508491313aa970b6014abc081bd7fa65fd26.tar.gz gentoo-74aa508491313aa970b6014abc081bd7fa65fd26.tar.bz2 gentoo-74aa508491313aa970b6014abc081bd7fa65fd26.zip |
dev-ml/zarith: Stabilize 1.12 amd64, #783585
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/zarith')
-rw-r--r-- | dev-ml/zarith/zarith-1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/zarith/zarith-1.12.ebuild b/dev-ml/zarith/zarith-1.12.ebuild index baeb795af4c2..77ef6cb19c93 100644 --- a/dev-ml/zarith/zarith-1.12.ebuild +++ b/dev-ml/zarith/zarith-1.12.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 mpir +ocamlopt" RESTRICT="!ocamlopt? ( test )" |