diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:32:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:32:55 +0000 |
commit | ab293470d288f8629233f2c8b4b740820ea44501 (patch) | |
tree | cf286c14d1ecf44a97a539d87a1506f381af7e3b /dev-ml/opam-file-format | |
parent | dev-ml/extlib: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-ab293470d288f8629233f2c8b4b740820ea44501.tar.gz gentoo-ab293470d288f8629233f2c8b4b740820ea44501.tar.bz2 gentoo-ab293470d288f8629233f2c8b4b740820ea44501.zip |
dev-ml/opam-file-format: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
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 3adeb20ac869..54b598e0e0a4 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 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" DEPEND="dev-lang/ocaml:=[ocamlopt?]" |