diff options
author | Sam James <sam@gentoo.org> | 2021-06-08 04:12:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-08 04:12:13 +0000 |
commit | d1fd5a49793271f4bd3f3c0e0458d50a39686238 (patch) | |
tree | 5a1e1a003f9d1353b329f7e870b74e3d267c1628 /dev-ml/opam-format | |
parent | dev-ml/opam-client: restore keywords for arm/arm64/ppc/ppc64 (diff) | |
download | gentoo-d1fd5a49793271f4bd3f3c0e0458d50a39686238.tar.gz gentoo-d1fd5a49793271f4bd3f3c0e0458d50a39686238.tar.bz2 gentoo-d1fd5a49793271f4bd3f3c0e0458d50a39686238.zip |
dev-ml/opam-format: restore keywords for arm/arm64/ppc/ppc64
Bug: https://bugs.gentoo.org/794844
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-format')
-rw-r--r-- | dev-ml/opam-format/opam-format-2.0.8-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild index 14bac276fd50..e6950762f670 100644 --- a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild +++ b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild @@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" IUSE="+ocamlopt" RDEPEND=" |