diff options
author | 2023-03-16 14:08:16 +0100 | |
---|---|---|
committer | 2023-03-16 14:08:16 +0100 | |
commit | 932bee83ef742311897491788eb00193c502a908 (patch) | |
tree | a1471efaa9270e82ab5404d7dcb38eb6846f55a1 /dev-ml/stdio | |
parent | dev-ml/jst-config: stabilize 0.15.1-r1 for amd64 (diff) | |
download | gentoo-932bee83ef742311897491788eb00193c502a908.tar.gz gentoo-932bee83ef742311897491788eb00193c502a908.tar.bz2 gentoo-932bee83ef742311897491788eb00193c502a908.zip |
dev-ml/stdio: stabilize 0.15.0-r1 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/stdio')
-rw-r--r-- | dev-ml/stdio/stdio-0.15.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/stdio/stdio-0.15.0-r1.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild index 83a7846306c3..96e4141c8cdf 100644 --- a/dev-ml/stdio/stdio-0.15.0-r1.ebuild +++ b/dev-ml/stdio/stdio-0.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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="dev-ml/base:${SLOT}" |