diff options
author | 2022-11-02 20:04:13 +0000 | |
---|---|---|
committer | 2022-11-02 20:04:13 +0000 | |
commit | bb9639a94ba59a7b247838d36f6af9a37af61f2d (patch) | |
tree | 0f94026b815ebfbc1b80b98142e1741987293a6e /app-editors/neovim | |
parent | app-editors/neovim: fix cmake-release-type.patch (diff) | |
download | gentoo-bb9639a94ba59a7b247838d36f6af9a37af61f2d.tar.gz gentoo-bb9639a94ba59a7b247838d36f6af9a37af61f2d.tar.bz2 gentoo-bb9639a94ba59a7b247838d36f6af9a37af61f2d.zip |
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@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 2 |
1 files changed, 0 insertions, 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 |