diff options
author | Sam James <sam@gentoo.org> | 2021-05-15 01:55:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-15 01:55:16 +0000 |
commit | dc192634b4298c4efc7cfb614aeaece66794ac6f (patch) | |
tree | ecb14e500d7abc3eee7bf730f61463c4907ded63 /dev-ml/ocaml-base64 | |
parent | dev-ml/bos: Keyword 0.1.6 arm64, #788406 (diff) | |
download | gentoo-dc192634b4298c4efc7cfb614aeaece66794ac6f.tar.gz gentoo-dc192634b4298c4efc7cfb614aeaece66794ac6f.tar.bz2 gentoo-dc192634b4298c4efc7cfb614aeaece66794ac6f.zip |
dev-ml/ocaml-base64: Keyword 3.5.0 arm64, #788406
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-base64')
-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 44996f98fa84..892a8cb668f9 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 ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |