commit: e41ba31e5f69273435bad23289327c158a611100 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Apr 22 09:36:48 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Apr 22 09:36:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41ba31e
dev-ml/stdio: 0.15.0 bump Closes: https://bugs.gentoo.org/838706 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/stdio/Manifest | 1 + dev-ml/stdio/stdio-0.14.0-r2.ebuild | 3 +-- dev-ml/stdio/{stdio-0.14.0-r2.ebuild => stdio-0.15.0.ebuild} | 9 +++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-ml/stdio/Manifest b/dev-ml/stdio/Manifest index 42b5723a2793..ec2e9820c63a 100644 --- a/dev-ml/stdio/Manifest +++ b/dev-ml/stdio/Manifest @@ -1 +1,2 @@ DIST stdio-0.14.0.tar.gz 7867 BLAKE2B e9aa9727489bf59350fe87323689a5c4f5bf710bb4932b0153c4ad742db5fe03a05728d86c281796cb77d1aef9ba2cc1b236630cb125d1d182c54c344a0ee335 SHA512 74cac04bd6b1be8c13f739445185286a910f66877cb61c8f22b4027dbc3f82021030d55eb7c8471bac850fc7c0f86462a8e26653c7a08c95fb7eea16512c5f61 +DIST stdio-0.15.0.tar.gz 7811 BLAKE2B 8343c6b4c42be64514efc31d59d17522d7b33dc8400b477431091ffe3504b1d00789c1bf74a85f50e1e9d3c753908a4e66cfdc667f9caad5193bc1d299d6303d SHA512 6ac6de32fda504482ccc48aa33e240240c22beb8c7203bd9addf2471b352220c95474ed0ef0b1119c28bf5e7b25a7b2d03c400c1b730e51dfa8f30431659f37d diff --git a/dev-ml/stdio/stdio-0.14.0-r2.ebuild b/dev-ml/stdio/stdio-0.14.0-r2.ebuild index e2d7fbffc12f..34cadbbbd257 100644 --- a/dev-ml/stdio/stdio-0.14.0-r2.ebuild +++ b/dev-ml/stdio/stdio-0.14.0-r2.ebuild @@ -15,7 +15,6 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND=" - >=dev-ml/base-0.14.0:= <dev-ml/base-0.15.0:= - >=dev-ml/sexplib0-0.14.0:= <dev-ml/sexplib0-0.15.0:= + <dev-ml/base-0.15.0:= " DEPEND="${RDEPEND}" diff --git a/dev-ml/stdio/stdio-0.14.0-r2.ebuild b/dev-ml/stdio/stdio-0.15.0.ebuild similarity index 68% copy from dev-ml/stdio/stdio-0.14.0-r2.ebuild copy to dev-ml/stdio/stdio-0.15.0.ebuild index e2d7fbffc12f..e49c529f4af9 100644 --- a/dev-ml/stdio/stdio-0.14.0-r2.ebuild +++ b/dev-ml/stdio/stdio-0.15.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 inherit dune @@ -11,11 +11,8 @@ SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" -RDEPEND=" - >=dev-ml/base-0.14.0:= <dev-ml/base-0.15.0:= - >=dev-ml/sexplib0-0.14.0:= <dev-ml/sexplib0-0.15.0:= -" +RDEPEND=">=dev-ml/base-0.15:=" DEPEND="${RDEPEND}"
