diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 16:32:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 16:32:47 +0000 |
commit | 2994b4fe51e8cf24df6955fb9ded8f0d4247227a (patch) | |
tree | ca2c976df0cd872bf2ebc7fdc4deb87a6eb6df06 /dev-ml | |
parent | dev-ml/ocamlgraph: Stabilize 1.8.8-r1 ppc64, #769317 (diff) | |
download | gentoo-2994b4fe51e8cf24df6955fb9ded8f0d4247227a.tar.gz gentoo-2994b4fe51e8cf24df6955fb9ded8f0d4247227a.tar.bz2 gentoo-2994b4fe51e8cf24df6955fb9ded8f0d4247227a.zip |
dev-ml/opam-file-format: Stabilize 2.1.0 ppc64, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 54b598e0e0a4..cede9c9b7784 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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?]" |