diff options
author | 2021-02-11 06:30:55 +0000 | |
---|---|---|
committer | 2021-02-11 06:30:55 +0000 | |
commit | 3112aad14af2d9d4508835698610fc27350f4944 (patch) | |
tree | b962eed3363a12491785d974a54d9a48b79db039 /dev-ml/result/result-1.5.ebuild | |
parent | dev-ml/camlp5: Stabilize 7.14 ppc, #769317 (diff) | |
download | gentoo-3112aad14af2d9d4508835698610fc27350f4944.tar.gz gentoo-3112aad14af2d9d4508835698610fc27350f4944.tar.bz2 gentoo-3112aad14af2d9d4508835698610fc27350f4944.zip |
dev-ml/result: Stabilize 1.5 ppc, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/result/result-1.5.ebuild')
-rw-r--r-- | dev-ml/result/result-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/result/result-1.5.ebuild b/dev-ml/result/result-1.5.ebuild index b7bd096e28ff..f1bd1f5734c5 100644 --- a/dev-ml/result/result-1.5.ebuild +++ b/dev-ml/result/result-1.5.ebuild @@ -11,5 +11,5 @@ SRC_URI="https://github.com/janestreet/result/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" IUSE="+ocamlopt" |