[packages/neovim] prefer lua on all archs without luajit

atler atler at pld-linux.org
Wed Aug 18 12:21:15 CEST 2021


commit 53acdf9b48bb4c7ab66c758fbdd31a469f01cace
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Aug 18 12:02:18 2021 +0200

    prefer lua on all archs without luajit

 neovim.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/neovim.spec b/neovim.spec
index 45bebfb..88a72e2 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -4,8 +4,8 @@
 # Conditional build:
 %bcond_with	prefer_lua		# Prefer Lua over LuaJit
 
-%ifarch x32
-%define	with_prefer_lua 1
+%ifnarch %{ix86} %{x8664} %{arm} mips ppc
+%define		with_prefer_lua	1
 %endif
 
 Summary:	Vim-fork focused on extensibility and agility
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/55431efdc1778766927999c9f0c8e6b210df9447



More information about the pld-cvs-commit mailing list