diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 22:30:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 22:37:54 +0100 |
commit | ebcdc42accd6c26f1013a059695ae11c6f58df48 (patch) | |
tree | 70f4c65bf16003f4656a74d0d75b633e914f5026 /dev-ml | |
parent | dev-ml/bos: Stabilize 0.1.6 arm64, #804771 (diff) | |
download | gentoo-ebcdc42accd6c26f1013a059695ae11c6f58df48.tar.gz gentoo-ebcdc42accd6c26f1013a059695ae11c6f58df48.tar.bz2 gentoo-ebcdc42accd6c26f1013a059695ae11c6f58df48.zip |
dev-ml/ocaml-base64: Stabilize 3.5.0 arm64, #804771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild index 423c07131828..64903cff4955 100644 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.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 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |