diff options
author | Sam James <sam@gentoo.org> | 2021-06-08 04:11:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-08 04:11:42 +0000 |
commit | dd7774cd9ecf30c3bd47c6566eeae2d0e2987c75 (patch) | |
tree | 0f5ee8f56de7086d6e637af770ebf6fff83f3d4c /dev-ml/opam | |
parent | dev-ml/dose3: restore keywords for arm/arm64/ppc/ppc64 (diff) | |
download | gentoo-dd7774cd9ecf30c3bd47c6566eeae2d0e2987c75.tar.gz gentoo-dd7774cd9ecf30c3bd47c6566eeae2d0e2987c75.tar.bz2 gentoo-dd7774cd9ecf30c3bd47c6566eeae2d0e2987c75.zip |
dev-ml/opam: 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')
-rw-r--r-- | dev-ml/opam/opam-2.0.8-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam/opam-2.0.8-r2.ebuild b/dev-ml/opam/opam-2.0.8-r2.ebuild index 2e8c70b94dbc..b94e4ef3bcb6 100644 --- a/dev-ml/opam/opam-2.0.8-r2.ebuild +++ b/dev-ml/opam/opam-2.0.8-r2.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" IUSE="+ocamlopt" RDEPEND=" |