diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 22:24:52 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 22:24:59 +0200 |
commit | ad39b2819f259c5e24fe43724a47d1c0bf5df8ad (patch) | |
tree | 4475bab740f74fba000c138831266bcfbc78ace1 /dev-ml | |
parent | dev-ml/opam-installer: Stabilize 2.0.9 ppc64, #817749 (diff) | |
download | gentoo-ad39b2819f259c5e24fe43724a47d1c0bf5df8ad.tar.gz gentoo-ad39b2819f259c5e24fe43724a47d1c0bf5df8ad.tar.bz2 gentoo-ad39b2819f259c5e24fe43724a47d1c0bf5df8ad.zip |
dev-ml/opam-repository: Stabilize 2.0.9 ppc64, #817749
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-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 85cfd906d877..0b9bf91626f0 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" |