diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 08:18:36 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 08:18:36 +0300 |
commit | 0ac8ced78610626055163d8837f8623c0639b850 (patch) | |
tree | 48ced1c14111b9cbca2439353d7f4ef66fd470e7 /dev-ml/sexp_pretty | |
parent | dev-ml/ocaml_intrinsics: Stabilize 0.16.0 x86, #933767 (diff) | |
download | gentoo-0ac8ced78610626055163d8837f8623c0639b850.tar.gz gentoo-0ac8ced78610626055163d8837f8623c0639b850.tar.bz2 gentoo-0ac8ced78610626055163d8837f8623c0639b850.zip |
dev-ml/sexp_pretty: Stabilize 0.16.0 x86, #933767
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/sexp_pretty')
-rw-r--r-- | dev-ml/sexp_pretty/sexp_pretty-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.16.0.ebuild b/dev-ml/sexp_pretty/sexp_pretty-0.16.0.ebuild index 76bb6484838f..40df1eb35c0c 100644 --- a/dev-ml/sexp_pretty/sexp_pretty-0.16.0.ebuild +++ b/dev-ml/sexp_pretty/sexp_pretty-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+ocamlopt" DEPEND=" |