diff options
author | Sam James <sam@gentoo.org> | 2022-01-13 06:33:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-13 06:34:24 +0000 |
commit | a5dfba4e7a61e547838ab3b31c8eb9c66473a259 (patch) | |
tree | ca808a278b88c499ef690ab4edf20ea03127d864 /dev-ml/opam-repository | |
parent | dev-ml/opam-format: Stabilize 2.0.9 arm64, #817749 (diff) | |
download | gentoo-a5dfba4e7a61e547838ab3b31c8eb9c66473a259.tar.gz gentoo-a5dfba4e7a61e547838ab3b31c8eb9c66473a259.tar.bz2 gentoo-a5dfba4e7a61e547838ab3b31c8eb9c66473a259.zip |
dev-ml/opam-repository: Stabilize 2.0.9 arm64, #817749
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-repository')
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild index 166395456fac..85cfd906d877 100644 --- a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild +++ b/dev-ml/opam-repository/opam-repository-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" |