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 3B5D7158089 for ; Sun, 1 Oct 2023 07:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754B52BC06E; Sun, 1 Oct 2023 07:35:02 +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 4D4322BC070 for ; Sun, 1 Oct 2023 07:35:02 +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 648EF335C9F for ; Sun, 1 Oct 2023 07:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A7A1271 for ; Sun, 1 Oct 2023 07:34:59 +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: <1696145553.665f51f23f91f5f61aba27b459c7a57d5c56ef9d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch X-VCS-Directories: app-editors/neovim/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 665f51f23f91f5f61aba27b459c7a57d5c56ef9d X-VCS-Branch: master Date: Sun, 1 Oct 2023 07:34:59 +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: 82b6945c-f21d-4d7a-aa9a-b38833f98a01 X-Archives-Hash: d5aa3117caa3ecbea19e3c6411466085 commit: 665f51f23f91f5f61aba27b459c7a57d5c56ef9d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Sep 26 17:55:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 1 07:32:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665f51f2 app-editors/neovim: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33066 Signed-off-by: Sam James gentoo.org> app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch b/app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch deleted file mode 100644 index cba966a4ebfa..000000000000 --- a/app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/nvim/CMakeLists.txt -+++ b/src/nvim/CMakeLists.txt -@@ -394,10 +394,6 @@ foreach(gen_include ${prop}) - list(APPEND gen_cflags "-I${gen_include}") - endforeach() - list(APPEND gen_cflags "-I${DEPS_PREFIX}/include") --if(APPLE AND CMAKE_OSX_SYSROOT) -- list(APPEND gen_cflags "-isysroot") -- list(APPEND gen_cflags "${CMAKE_OSX_SYSROOT}") --endif() - set(gen_cflags ${gen_cflags} -O2) - - set(NVIM_VERSION_GIT_H ${PROJECT_BINARY_DIR}/cmake.config/auto/versiondef_git.h)