diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:33:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:33:54 +0300 |
commit | e9bd7f16fda2e6a64fb70ad045094ce4aa0c45f4 (patch) | |
tree | a6c4f7eba501ba182eb05d1db4ddbd5dbabb14c5 /dev-ml/fieldslib | |
parent | dev-ml/base: Stabilize 0.16.3-r1 amd64, #933369 (diff) | |
download | gentoo-e9bd7f16fda2e6a64fb70ad045094ce4aa0c45f4.tar.gz gentoo-e9bd7f16fda2e6a64fb70ad045094ce4aa0c45f4.tar.bz2 gentoo-e9bd7f16fda2e6a64fb70ad045094ce4aa0c45f4.zip |
dev-ml/fieldslib: Stabilize 0.16.0 amd64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r-- | dev-ml/fieldslib/fieldslib-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/fieldslib/fieldslib-0.16.0.ebuild b/dev-ml/fieldslib/fieldslib-0.16.0.ebuild index fe32ece0414e..9de4da9402c7 100644 --- a/dev-ml/fieldslib/fieldslib-0.16.0.ebuild +++ b/dev-ml/fieldslib/fieldslib-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" RDEPEND=" |