summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-19 03:31:25 +0000
committerSam James <sam@gentoo.org>2021-01-19 03:31:25 +0000
commit7d236a315dd7fb66ed292f881cdc43d2a72de805 (patch)
tree86d7b0d1db1a7b33310c153cde8edadb106aa71d /app-editors/neovim/neovim-9999.ebuild
parentapp-arch/wimlib: bump to 1.13.3 (diff)
downloadgentoo-7d236a315dd7fb66ed292f881cdc43d2a72de805.tar.gz
gentoo-7d236a315dd7fb66ed292f881cdc43d2a72de805.tar.bz2
gentoo-7d236a315dd7fb66ed292f881cdc43d2a72de805.zip
app-editors/neovim: explicitly mark Gentoo build type as OK
No revbump because it's a minor change. Please re-install to pick it up if you're interested. This is completely cosmetic - the Gentoo build is already optimised and NOT debug, but this fixes the warning in :checkhealth. Closes: https://bugs.gentoo.org/757744 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim/neovim-9999.ebuild')
-rw-r--r--app-editors/neovim/neovim-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index d10ac87a1704..0663ee9e4715 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -63,7 +63,8 @@ RDEPEND="
"
PATCHES=(
- "${FILESDIR}"/${PN}-0.4.4-cmake_lua_version.patch
+ "${FILESDIR}/${PN}-0.4.4-cmake_lua_version.patch"
+ "${FILESDIR}/${PN}-0.4.4-cmake-release-type.patch"
)
src_prepare() {