diff options
author | 2021-03-14 00:41:18 +0000 | |
---|---|---|
committer | 2021-03-14 00:46:58 +0000 | |
commit | e5b46c7924b2e32d98cdd5daf57cdef817cd4774 (patch) | |
tree | 7db10c5ea3533fd985be4bbdb548de29fb5ec7c9 /dev-ml/fieldslib | |
parent | dev-ml/ppx_base: Stabilize 0.14.0 arm64, #772833 (diff) | |
download | gentoo-e5b46c7924b2e32d98cdd5daf57cdef817cd4774.tar.gz gentoo-e5b46c7924b2e32d98cdd5daf57cdef817cd4774.tar.bz2 gentoo-e5b46c7924b2e32d98cdd5daf57cdef817cd4774.zip |
dev-ml/fieldslib: Stabilize 0.14.0 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r-- | dev-ml/fieldslib/fieldslib-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/fieldslib/fieldslib-0.14.0.ebuild b/dev-ml/fieldslib/fieldslib-0.14.0.ebuild index 7a933e46cccb..cb0a2fe393b0 100644 --- a/dev-ml/fieldslib/fieldslib-0.14.0.ebuild +++ b/dev-ml/fieldslib/fieldslib-0.14.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=" |