commit: 29f30a86a8a07a85112d659f6495f6aab7073c03
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 4 21:10:35 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 4 21:10:35 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=29f30a86
app-editors/okteta: Pass -j1 directly to ecm_src_test
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/okteta/okteta-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/app-editors/okteta/okteta-9999.ebuild
b/app-editors/okteta/okteta-9999.ebuild
index 33000c1b98..2b66138f0a 100644
--- a/app-editors/okteta/okteta-9999.ebuild
+++ b/app-editors/okteta/okteta-9999.ebuild
@@ -60,7 +60,5 @@ src_configure() {
}
src_test() {
- local myctestargs=( -j1 )
-
- ecm_src_test
+ ecm_src_test -j1
}