commit:     68a5551c66e01621df32e84d14c71ca20e167f58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 24 05:37:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 05:58:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a5551c

app-text/cherrytree: drop -j1 for 1.4.0

https://github.com/giuspen/cherrytree/pull/2663 landed in 1.4.0, so the
workaround can now be dropped.

See also https://github.com/gentoo/gentoo/pull/41254#discussion_r2009347695.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/cherrytree/cherrytree-1.4.0.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/cherrytree/cherrytree-1.4.0.ebuild 
b/app-text/cherrytree/cherrytree-1.4.0.ebuild
index d2e8464e00c5..974a4920ae7b 100644
--- a/app-text/cherrytree/cherrytree-1.4.0.ebuild
+++ b/app-text/cherrytree/cherrytree-1.4.0.ebuild
@@ -81,8 +81,5 @@ src_configure() {
 }
 
 src_test() {
-       # the export test suite fails if more than one job is used for testing, 
so
-       # we force it to a single job here, for more detail see
-       # https://github.com/giuspen/cherrytree/pull/2663
-       MAKEOPTS="${MAKEOPTS} -j1" virtx cmake_src_test
+       virtx cmake_src_test
 }

Reply via email to