diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:44:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:54 +0000 |
commit | c86989e95d83e9d1175acbc76d914a605022ea2b (patch) | |
tree | 258512b03b8ef05b7b57e92802ef4b0d30b3c52b /dev-ml/opam-file-format | |
parent | dev-ml/dose3: Stabilize 5.0.1_p16-r2 arm64, #772833 (diff) | |
download | gentoo-c86989e95d83e9d1175acbc76d914a605022ea2b.tar.gz gentoo-c86989e95d83e9d1175acbc76d914a605022ea2b.tar.bz2 gentoo-c86989e95d83e9d1175acbc76d914a605022ea2b.zip |
dev-ml/opam-file-format: Stabilize 2.1.0 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-file-format')
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild index e3dd2b15e102..13f9827bb32d 100644 --- a/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild +++ b/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" DEPEND="dev-lang/ocaml:=[ocamlopt?]" |