commit: 16be5ca0b8d1fbf4dc57fb1f25ac46ffd7dd38bd Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 17:47:54 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 17:52:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16be5ca0
dev-ml/camlp5: rebuild after test Closes: https://bugs.gentoo.org/911844 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/camlp5/camlp5-8.02.00-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild b/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild index e984b76b319f..9ef7049a8ee4 100644 --- a/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild +++ b/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild @@ -52,7 +52,12 @@ src_compile() { } src_test() { + ulimit -s 11530000 emake bootstrap + if use ocamlopt; then + emake opt + emake opt.opt + fi } src_install() {
