summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-31 06:50:40 +0100
committerSam James <sam@gentoo.org>2023-05-31 06:50:40 +0100
commit6ace49a07d09eacae4ff87b9b254c967c2d0f546 (patch)
treebf277a4c48a59df659cdf461048ef89e75555980 /app-editors
parentapp-editors/neovim: drop 0.8.3 (diff)
downloadgentoo-6ace49a07d09eacae4ff87b9b254c967c2d0f546.tar.gz
gentoo-6ace49a07d09eacae4ff87b9b254c967c2d0f546.tar.bz2
gentoo-6ace49a07d09eacae4ff87b9b254c967c2d0f546.zip
app-editors/neovim: fix DuplicateFiles
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/neovim/files/neovim-9999-cmake-darwin.patch14
-rw-r--r--app-editors/neovim/neovim-9999.ebuild2
2 files changed, 1 insertions, 15 deletions
diff --git a/app-editors/neovim/files/neovim-9999-cmake-darwin.patch b/app-editors/neovim/files/neovim-9999-cmake-darwin.patch
deleted file mode 100644
index 1488148298bd..000000000000
--- a/app-editors/neovim/files/neovim-9999-cmake-darwin.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/src/nvim/CMakeLists.txt
-+++ b/src/nvim/CMakeLists.txt
-@@ -415,11 +415,7 @@ foreach(gen_include ${prop})
- list(APPEND gen_cflags "-I${gen_include}")
- endforeach()
- endforeach()
-
--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)
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index 0bae751e05f7..154062cd1320 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -68,7 +68,7 @@ BDEPEND+="
PATCHES=(
"${FILESDIR}/${PN}-0.9.0-cmake_lua_version.patch"
- "${FILESDIR}/${PN}-9999-cmake-darwin.patch"
+ "${FILESDIR}/${PN}-0.9.1-cmake-darwin.patch"
)
src_prepare() {