diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 18:53:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 18:53:00 +0000 |
commit | 2bf5cf9b81404b9a6a8526c38a482cdde39321a4 (patch) | |
tree | db8215b799862d1c15b46c0048b1d64dfdf0f5d3 /dev-ml/opam-file-format | |
parent | dev-ml/cmdliner: Stabilize 1.0.4 amd64, #769317 (diff) | |
download | gentoo-2bf5cf9b81404b9a6a8526c38a482cdde39321a4.tar.gz gentoo-2bf5cf9b81404b9a6a8526c38a482cdde39321a4.tar.bz2 gentoo-2bf5cf9b81404b9a6a8526c38a482cdde39321a4.zip |
dev-ml/opam-file-format: Stabilize 2.1.0 amd64, #769317
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 cede9c9b7784..a47339ff6528 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?]" |