diff options
author | 2022-01-10 22:07:44 +0200 | |
---|---|---|
committer | 2022-01-10 22:07:44 +0200 | |
commit | 51b3a19383a79057826605d2985d7d4d466e5e0f (patch) | |
tree | f0aa7be6cf2a07d6d4b3536ec72ae5feaddcea82 /dev-ml/opam-repository | |
parent | dev-ml/opam-installer: Stabilize 2.0.9 ppc, #817749 (diff) | |
download | gentoo-51b3a19383a79057826605d2985d7d4d466e5e0f.tar.gz gentoo-51b3a19383a79057826605d2985d7d4d466e5e0f.tar.bz2 gentoo-51b3a19383a79057826605d2985d7d4d466e5e0f.zip |
dev-ml/opam-repository: Stabilize 2.0.9 ppc, #817749
Signed-off-by: Arthur Zamarin <arthurzam@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 67da64032d08..8e93d92d047e 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" |