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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFD0D158649 for ; Thu, 11 May 2023 07:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FFABE0C8D; Thu, 11 May 2023 07:01:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9A08E0C8D for ; Thu, 11 May 2023 07:01: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB044340D41 for ; Thu, 11 May 2023 07:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25634A6D for ; Thu, 11 May 2023 07:01:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1683788498.86b6c8fa090b96e4204bd8fc22c7e5d90162ab3a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nspr/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nspr/files/nspr-4.35-bgo-905998-lfs64-musl.patch X-VCS-Directories: dev-libs/nspr/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 86b6c8fa090b96e4204bd8fc22c7e5d90162ab3a X-VCS-Branch: master Date: Thu, 11 May 2023 07:01:44 +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: 1105c55f-36e7-42c9-9ee3-1415f4696a10 X-Archives-Hash: 79b2b858533b89e7a82a094997093f5e commit: 86b6c8fa090b96e4204bd8fc22c7e5d90162ab3a Author: Joonas Niilola gentoo org> AuthorDate: Thu May 11 07:00:38 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 11 07:01:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b6c8fa dev-libs/nspr: fix paths in musl patch file Bug: https://bugs.gentoo.org/905998 Closes: https://bugs.gentoo.org/906093 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/nspr/files/nspr-4.35-bgo-905998-lfs64-musl.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/nspr/files/nspr-4.35-bgo-905998-lfs64-musl.patch b/dev-libs/nspr/files/nspr-4.35-bgo-905998-lfs64-musl.patch index d834c3e0b295..1ec17cd301f5 100644 --- a/dev-libs/nspr/files/nspr-4.35-bgo-905998-lfs64-musl.patch +++ b/dev-libs/nspr/files/nspr-4.35-bgo-905998-lfs64-musl.patch @@ -1,9 +1,9 @@ needed since https://github.com/bminor/musl/commit/25e6fee27f4a293728dd15b659170e7b9c7db9bc -- -diff --git a/nspr/pr/include/md/_unixos.h b/nspr/pr/include/md/_unixos.h +diff --git a/pr/include/md/_unixos.h b/pr/include/md/_unixos.h index 7d444cd..0099d2c 100644 ---- a/nspr/pr/include/md/_unixos.h -+++ b/nspr/pr/include/md/_unixos.h +--- a/pr/include/md/_unixos.h ++++ b/pr/include/md/_unixos.h @@ -589,7 +589,7 @@ typedef off64_t _MDOff64_t; #elif defined(_PR_HAVE_OFF64_T)