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 EB33615802F for ; Sat, 4 Mar 2023 07:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 335A2E08A0; Sat, 4 Mar 2023 07:39:26 +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 1794FE08A0 for ; Sat, 4 Mar 2023 07:39:26 +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 31E3C34125D for ; Sat, 4 Mar 2023 07:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C1B8CA for ; Sat, 4 Mar 2023 07:39:23 +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: <1677915547.3d8072dc9f2702733f4b679ae82ac6989059dd8e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/plocate/, sys-apps/plocate/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/plocate/files/plocate-1.1.18-missing-include.patch sys-apps/plocate/plocate-1.1.18.ebuild X-VCS-Directories: sys-apps/plocate/ sys-apps/plocate/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d8072dc9f2702733f4b679ae82ac6989059dd8e X-VCS-Branch: master Date: Sat, 4 Mar 2023 07:39:23 +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: a17f4955-864a-460a-8204-024f59449b27 X-Archives-Hash: 3f37360b412b68d4bf5c9679c03f1b2d commit: 3d8072dc9f2702733f4b679ae82ac6989059dd8e Author: Sam James gentoo org> AuthorDate: Sat Mar 4 07:30:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 4 07:39:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8072dc sys-apps/plocate: fix build w/o io-uring Closes: https://bugs.gentoo.org/899550 Signed-off-by: Sam James gentoo.org> .../files/plocate-1.1.18-missing-include.patch | 21 +++++++++++++++++++++ sys-apps/plocate/plocate-1.1.18.ebuild | 1 + 2 files changed, 22 insertions(+) diff --git a/sys-apps/plocate/files/plocate-1.1.18-missing-include.patch b/sys-apps/plocate/files/plocate-1.1.18-missing-include.patch new file mode 100644 index 000000000000..d5a5043a0858 --- /dev/null +++ b/sys-apps/plocate/files/plocate-1.1.18-missing-include.patch @@ -0,0 +1,21 @@ +https://git.sesse.net/?p=plocate;a=commitdiff;h=a81eb2f2369de18d2376e266b36d2f32fff7600f +https://bugs.gentoo.org/899550 + +From a81eb2f2369de18d2376e266b36d2f32fff7600f Mon Sep 17 00:00:00 2001 +From: "Steinar H. Gunderson" +Date: Wed, 8 Feb 2023 22:46:51 +0100 +Subject: [PATCH] Add missing #include. + +Reported by sudhanshu goswami. +--- a/updatedb.cpp ++++ b/updatedb.cpp +@@ -39,6 +39,7 @@ any later version. + #include + #include + #include ++#include + #include + #include + #include +-- +2.39.2 diff --git a/sys-apps/plocate/plocate-1.1.18.ebuild b/sys-apps/plocate/plocate-1.1.18.ebuild index d232fce2fe29..c6638fd4ed19 100644 --- a/sys-apps/plocate/plocate-1.1.18.ebuild +++ b/sys-apps/plocate/plocate-1.1.18.ebuild @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-1.1.15-meson-use-feature-option-for-libiouring.patch + "${FILESDIR}"/${P}-missing-include.patch ) pkg_setup() {