diff options
author | Sam James <sam@gentoo.org> | 2023-03-25 01:42:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-25 01:42:27 +0000 |
commit | 5ddeac0dfebef2dcc7203feaa515d5faa0dd69d5 (patch) | |
tree | d4d029c78b71533a25ec1b36d33d7cc3170b4f8a /dev-ml/stdio | |
parent | dev-ml/stdio: Stabilize 0.15.0-r1 arm, #901543 (diff) | |
download | gentoo-5ddeac0dfebef2dcc7203feaa515d5faa0dd69d5.tar.gz gentoo-5ddeac0dfebef2dcc7203feaa515d5faa0dd69d5.tar.bz2 gentoo-5ddeac0dfebef2dcc7203feaa515d5faa0dd69d5.zip |
dev-ml/stdio: Stabilize 0.15.0-r1 x86, #901543
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/stdio')
-rw-r--r-- | dev-ml/stdio/stdio-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/stdio/stdio-0.15.0-r1.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild index 42efd9e36901..82832e0788b5 100644 --- a/dev-ml/stdio/stdio-0.15.0-r1.ebuild +++ b/dev-ml/stdio/stdio-0.15.0-r1.ebuild @@ -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}" |