Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Wed, 02 Nov 2022 20:04:43
Message-Id: 1667419453.bb9639a94ba59a7b247838d36f6af9a37af61f2d.sam@gentoo
1 commit: bb9639a94ba59a7b247838d36f6af9a37af61f2d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 20:04:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 20:04:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9639a9
7
8 app-editors/neovim: drop obsolete neovim-9999-cmake-release-type.patch
9
10 We use RelWithDebInfo in cmake.eclass (and actually seem to set Release in
11 the ebuilds right now) not "Gentoo" as the build type now.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-editors/neovim/neovim-9999.ebuild | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
19 index fe675b291f83..da37df6874aa 100644
20 --- a/app-editors/neovim/neovim-9999.ebuild
21 +++ b/app-editors/neovim/neovim-9999.ebuild
22 @@ -73,13 +73,11 @@ PATCHES=()
23 if [[ ${PV} == 9999 ]]; then
24 PATCHES+=(
25 "${FILESDIR}/${PN}-9999-cmake_lua_version.patch"
26 - "${FILESDIR}/${PN}-9999-cmake-release-type.patch"
27 "${FILESDIR}/${PN}-9999-cmake-darwin.patch"
28 )
29 else
30 PATCHES+=(
31 "${FILESDIR}/${PN}-9999-cmake_lua_version.patch"
32 - "${FILESDIR}/${PN}-9999-cmake-release-type.patch"
33 "${FILESDIR}/${PN}-9999-cmake-darwin.patch"
34 )
35 fi