diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:33:35 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:33:59 +0300 |
commit | 9b7463f7f7ba61fd763e0a868fcfdd897ad9eabe (patch) | |
tree | 7d5a36ecf2e50953323974f7004557fea8e2570e /dev-ml/stdio/stdio-0.16.0.ebuild | |
parent | dev-ml/jane-street-headers: Stabilize 0.16.0 amd64, #933369 (diff) | |
download | gentoo-9b7463f7f7ba61fd763e0a868fcfdd897ad9eabe.tar.gz gentoo-9b7463f7f7ba61fd763e0a868fcfdd897ad9eabe.tar.bz2 gentoo-9b7463f7f7ba61fd763e0a868fcfdd897ad9eabe.zip |
dev-ml/stdio: Stabilize 0.16.0 amd64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/stdio/stdio-0.16.0.ebuild')
-rw-r--r-- | dev-ml/stdio/stdio-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/stdio/stdio-0.16.0.ebuild b/dev-ml/stdio/stdio-0.16.0.ebuild index 171197bf5c82..3f72aee62070 100644 --- a/dev-ml/stdio/stdio-0.16.0.ebuild +++ b/dev-ml/stdio/stdio-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=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/stdio/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=" |