diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 20:15:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 20:15:16 +0100 |
commit | 4277f1fe04bc4208de3606484cee2e9625e9cc57 (patch) | |
tree | 5d9090df0971c653b2bb4261f00e94ec6c2870ea /dev-ml/opam-state | |
parent | dev-ml/opam-repository: Stabilize 2.0.8-r1 arm64, #804780 (diff) | |
download | gentoo-4277f1fe04bc4208de3606484cee2e9625e9cc57.tar.gz gentoo-4277f1fe04bc4208de3606484cee2e9625e9cc57.tar.bz2 gentoo-4277f1fe04bc4208de3606484cee2e9625e9cc57.zip |
dev-ml/opam-state: Stabilize 2.0.8-r1 arm64, #804780
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.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild b/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild index fb00651bf2e4..3f8da0afac8b 100644 --- a/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild +++ b/dev-ml/opam-state/opam-state-2.0.8-r1.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" |