diff options
author | Sam James <sam@gentoo.org> | 2022-01-13 06:33:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-13 06:34:27 +0000 |
commit | bafdfc44acb6d76ebdb871f81bf497c87b2cf776 (patch) | |
tree | b71c6764e94f5ba57ccfad7f134d72dc93e9ca93 /dev-ml/opam-client | |
parent | dev-ml/opam-solver: Stabilize 2.0.9 arm64, #817749 (diff) | |
download | gentoo-bafdfc44acb6d76ebdb871f81bf497c87b2cf776.tar.gz gentoo-bafdfc44acb6d76ebdb871f81bf497c87b2cf776.tar.bz2 gentoo-bafdfc44acb6d76ebdb871f81bf497c87b2cf776.zip |
dev-ml/opam-client: Stabilize 2.0.9 arm64, #817749
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-client')
-rw-r--r-- | dev-ml/opam-client/opam-client-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-client/opam-client-2.0.9.ebuild b/dev-ml/opam-client/opam-client-2.0.9.ebuild index 13de606bd2cf..8b519bf71f8a 100644 --- a/dev-ml/opam-client/opam-client-2.0.9.ebuild +++ b/dev-ml/opam-client/opam-client-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" RDEPEND=" |