diff options
author | Sam James <sam@gentoo.org> | 2022-01-13 06:33:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-13 06:34:25 +0000 |
commit | 0df1ed3d0048de1f8c64243d8ab84ec99bd43b11 (patch) | |
tree | da82b0130d4bcabc2a8c8d3b738469fff55cc890 /dev-ml/opam-state | |
parent | dev-ml/opam-repository: Stabilize 2.0.9 arm64, #817749 (diff) | |
download | gentoo-0df1ed3d0048de1f8c64243d8ab84ec99bd43b11.tar.gz gentoo-0df1ed3d0048de1f8c64243d8ab84ec99bd43b11.tar.bz2 gentoo-0df1ed3d0048de1f8c64243d8ab84ec99bd43b11.zip |
dev-ml/opam-state: Stabilize 2.0.9 arm64, #817749
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-state')
-rw-r--r-- | dev-ml/opam-state/opam-state-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-state/opam-state-2.0.9.ebuild b/dev-ml/opam-state/opam-state-2.0.9.ebuild index 7778c92fc1ae..dab205640b97 100644 --- a/dev-ml/opam-state/opam-state-2.0.9.ebuild +++ b/dev-ml/opam-state/opam-state-2.0.9.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86" IUSE="+ocamlopt" RESTRICT="test" |