diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 18:51:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 18:51:39 +0000 |
commit | d72c6e2f9190c009db8920fc3559fc57f7281964 (patch) | |
tree | 7d1e9f3f063b75729cc5edeb55a5fecbe3012764 /dev-ml/result | |
parent | dev-ml/camlp5: Stabilize 7.14 amd64, #769317 (diff) | |
download | gentoo-d72c6e2f9190c009db8920fc3559fc57f7281964.tar.gz gentoo-d72c6e2f9190c009db8920fc3559fc57f7281964.tar.bz2 gentoo-d72c6e2f9190c009db8920fc3559fc57f7281964.zip |
dev-ml/result: Stabilize 1.5 amd64, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/result')
-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 8b5f1ce98a53..80cbb37f9668 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" |