diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 22:24:50 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 22:24:58 +0200 |
commit | fcc2be24af51b4a979adb387e47ff060ddbb31ce (patch) | |
tree | 684d7612329e5a82221101155aad3ac4ca2f05e9 /dev-ml/opam-client | |
parent | dev-ml/opam: Stabilize 2.0.9 ppc64, #817749 (diff) | |
download | gentoo-fcc2be24af51b4a979adb387e47ff060ddbb31ce.tar.gz gentoo-fcc2be24af51b4a979adb387e47ff060ddbb31ce.tar.bz2 gentoo-fcc2be24af51b4a979adb387e47ff060ddbb31ce.zip |
dev-ml/opam-client: Stabilize 2.0.9 ppc64, #817749
Signed-off-by: Arthur Zamarin <arthurzam@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 8b519bf71f8a..86cf70ebe60a 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=" |