diff options
author | 2021-03-14 00:35:26 +0000 | |
---|---|---|
committer | 2021-03-14 00:46:38 +0000 | |
commit | 76b57d66262abc7ae3ec464a16c7e08cba816788 (patch) | |
tree | acf43db392fe233aa86d264513914ba9c7de3e02 /dev-ml/result | |
parent | dev-ml/dune: Stabilize 2.8.2 arm64, #772833 (diff) | |
download | gentoo-76b57d66262abc7ae3ec464a16c7e08cba816788.tar.gz gentoo-76b57d66262abc7ae3ec464a16c7e08cba816788.tar.bz2 gentoo-76b57d66262abc7ae3ec464a16c7e08cba816788.zip |
dev-ml/result: Stabilize 1.5 arm64, #772833
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 0bbf0e346ac9..56f5303821b5 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" |