diff options
author | 2024-06-09 15:56:34 +0300 | |
---|---|---|
committer | 2024-06-09 15:56:34 +0300 | |
commit | c8ceb11b7b332a28e738d314ea3a801eee795762 (patch) | |
tree | 5c2445c8afce9937584ce45e9931efe1b6911364 /dev-ml/ocaml-base64 | |
parent | dev-ml/core_bench: Stabilize 0.16.0 arm, #933839 (diff) | |
download | gentoo-c8ceb11b7b332a28e738d314ea3a801eee795762.tar.gz gentoo-c8ceb11b7b332a28e738d314ea3a801eee795762.tar.bz2 gentoo-c8ceb11b7b332a28e738d314ea3a801eee795762.zip |
dev-ml/ocaml-base64: Stabilize 3.5.1 arm, #933839
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-base64')
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild index b919974ad77b..a32da7aeb19c 100644 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |