diff options
author | Sam James <sam@gentoo.org> | 2021-09-07 01:08:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-07 01:08:49 +0100 |
commit | 84e8315a646a294859d5eaf802c666e33c3af065 (patch) | |
tree | bbd09b2d8e6727550f59392770af2b8332c0f297 /dev-ml | |
parent | dev-ml/bos: Stabilize 0.1.6 arm, #804771 (diff) | |
download | gentoo-84e8315a646a294859d5eaf802c666e33c3af065.tar.gz gentoo-84e8315a646a294859d5eaf802c666e33c3af065.tar.bz2 gentoo-84e8315a646a294859d5eaf802c666e33c3af065.zip |
dev-ml/ocaml-base64: Stabilize 3.5.0 arm, #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 64903cff4955..e8bc15af29c4 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 )" |