commit: bb9639a94ba59a7b247838d36f6af9a37af61f2d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 20:04:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 20:04:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9639a9
app-editors/neovim: drop obsolete neovim-9999-cmake-release-type.patch
We use RelWithDebInfo in cmake.eclass (and actually seem to set Release in
the ebuilds right now) not "Gentoo" as the build type now.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/neovim/neovim-9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/app-editors/neovim/neovim-9999.ebuild
b/app-editors/neovim/neovim-9999.ebuild
index fe675b291f83..da37df6874aa 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -73,13 +73,11 @@ PATCHES=()
if [[ ${PV} == 9999 ]]; then
PATCHES+=(
"${FILESDIR}/${PN}-9999-cmake_lua_version.patch"
- "${FILESDIR}/${PN}-9999-cmake-release-type.patch"
"${FILESDIR}/${PN}-9999-cmake-darwin.patch"
)
else
PATCHES+=(
"${FILESDIR}/${PN}-9999-cmake_lua_version.patch"
- "${FILESDIR}/${PN}-9999-cmake-release-type.patch"
"${FILESDIR}/${PN}-9999-cmake-darwin.patch"
)
fi