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 3B1A21581FB for ; Fri, 30 Aug 2024 16:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C74FE29F1; Fri, 30 Aug 2024 16:36: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47EF5E29F1 for ; Fri, 30 Aug 2024 16:36:48 +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 4CA0B340943 for ; Fri, 30 Aug 2024 16:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0813E66 for ; Fri, 30 Aug 2024 16:36:45 +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: <1725035770.95ea2892ef10dce481fce2ecf1b2e10928df1f99.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/nfs-utils-2.7.1.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95ea2892ef10dce481fce2ecf1b2e10928df1f99 X-VCS-Branch: master Date: Fri, 30 Aug 2024 16:36: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: 69d912ec-4119-4a11-afc6-ae22ef163593 X-Archives-Hash: 2179a4d52b500e3c0b5dc96e112ec6d5 commit: 95ea2892ef10dce481fce2ecf1b2e10928df1f99 Author: Sam James gentoo org> AuthorDate: Fri Aug 30 16:35:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 30 16:36:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ea2892 net-fs/nfs-utils: restore inline patch I dropped it as ${P} is usually a hint that a patch was sent upstream and merged, but it wasn't the case here. I'll send it upstream shortly. Bug: https://bugs.gentoo.org/922958 Closes: https://bugs.gentoo.org/938733 Signed-off-by: Sam James gentoo.org> net-fs/nfs-utils/nfs-utils-2.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild index 1502cd5b65a8..b177432a2ae2 100644 --- a/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.7.1.ebuild @@ -72,6 +72,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-2.5.2-no-werror.patch "${FILESDIR}"/${PN}-udev-sysctl.patch + "${FILESDIR}"/${PN}-2.6.4-C99-inline.patch ) pkg_setup() {