From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C89191582EF for ; Tue, 04 Mar 2025 21:13:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B41AD34317B for ; Tue, 04 Mar 2025 21:13:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E276C1102F2; Tue, 04 Mar 2025 21:13:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D84551102F2 for ; Tue, 04 Mar 2025 21:13:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DE51343142 for ; Tue, 04 Mar 2025 21:13:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE19C2865 for ; Tue, 04 Mar 2025 21:13:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1741122635.29f30a86a8a07a85112d659f6495f6aab7073c03.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/okteta/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/okteta/okteta-9999.ebuild X-VCS-Directories: app-editors/okteta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 29f30a86a8a07a85112d659f6495f6aab7073c03 X-VCS-Branch: master Date: Tue, 04 Mar 2025 21:13:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b5ee0b6-cd85-455e-88f2-e333e0fd21df X-Archives-Hash: eddcaca3b0b67adbb8a9bb15eac28eae commit: 29f30a86a8a07a85112d659f6495f6aab7073c03 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 4 21:10:35 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }