diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:19 +0300 |
commit | 3fd4960c54998e2d5bb662e95dbf9991ee6ef71f (patch) | |
tree | 5ea842aca072f35b9d64065bbaad899f659742d3 /dev-ml/ocaml-base64 | |
parent | dev-ml/core_bench: Stabilize 0.16.0 arm64, #933839 (diff) | |
download | gentoo-3fd4960c54998e2d5bb662e95dbf9991ee6ef71f.tar.gz gentoo-3fd4960c54998e2d5bb662e95dbf9991ee6ef71f.tar.bz2 gentoo-3fd4960c54998e2d5bb662e95dbf9991ee6ef71f.zip |
dev-ml/ocaml-base64: Stabilize 3.5.1 arm64, #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 | 4 |
1 files changed, 2 insertions, 2 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 98e4de02eba4..b919974ad77b 100644 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |