From f29a41111b3a606f5d95049b1ba92daabbc68cc0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 5 Jan 2023 12:08:58 +0000 Subject: gentoo auto-resync : 05:01:2023 - 12:08:57 --- app-editors/neovim/neovim-9999.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'app-editors/neovim/neovim-9999.ebuild') diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index da37df6874aa..6083e311ff39 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -68,17 +68,14 @@ BDEPEND=" ) " -PATCHES=() +PATCHES=( + "${FILESDIR}/${PN}-9999-cmake_lua_version.patch" + "${FILESDIR}/${PN}-9999-cmake-darwin.patch" +) -if [[ ${PV} == 9999 ]]; then - PATCHES+=( - "${FILESDIR}/${PN}-9999-cmake_lua_version.patch" - "${FILESDIR}/${PN}-9999-cmake-darwin.patch" - ) -else +if [[ ${PV} != 9999 ]]; then PATCHES+=( - "${FILESDIR}/${PN}-9999-cmake_lua_version.patch" - "${FILESDIR}/${PN}-9999-cmake-darwin.patch" + "${FILESDIR}/${PN}-0.8.0-cmake-release-type.patch" ) fi -- cgit v1.2.3