From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 7FA071580FD for ; Fri, 27 Dec 2024 15:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0219E07D0; Fri, 27 Dec 2024 15:11:58 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 197E5E07C9 for ; Fri, 27 Dec 2024 15:11:57 +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 1868B33BEB9 for ; Fri, 27 Dec 2024 15:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CAC110CC for ; Fri, 27 Dec 2024 15:11:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735311847.1280a740faff5632dd1191453ef0952a1ce3dba2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/raptor/raptor-2.0.16.ebuild X-VCS-Directories: media-libs/raptor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1280a740faff5632dd1191453ef0952a1ce3dba2 X-VCS-Branch: master Date: Fri, 27 Dec 2024 15:11:54 +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: 41fe9095-6811-4197-a8d4-5f95093b327d X-Archives-Hash: f29dbf5b232595ecc9842848fd55b27e commit: 1280a740faff5632dd1191453ef0952a1ce3dba2 Author: Sam James gentoo org> AuthorDate: Fri Dec 27 15:04:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 27 15:04:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1280a740 media-libs/raptor: add note wrt -j1 for tests It's fixed in git. Signed-off-by: Sam James gentoo.org> media-libs/raptor/raptor-2.0.16.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/raptor/raptor-2.0.16.ebuild b/media-libs/raptor/raptor-2.0.16.ebuild index 3d3903f710b5..4ec9436f793a 100644 --- a/media-libs/raptor/raptor-2.0.16.ebuild +++ b/media-libs/raptor/raptor-2.0.16.ebuild @@ -67,6 +67,8 @@ multilib_src_configure() { } multilib_src_test() { + # XXX: should be able to drop -j1 on next release (>2.0.16) + # https://github.com/dajobe/raptor/commit/f3aaf48b44a9ba7d01461245ca47649a82b3eb5f emake -j1 test }