We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0a842 commit 1a355ebCopy full SHA for 1a355eb
spk/vim/Makefile
@@ -13,13 +13,14 @@ DESCRIPTION_FRE = Vim est un éditeur de texte avancé basé sur Vi \(unix\) ave
13
DISPLAY_NAME = Vim
14
STARTABLE = no
15
16
-CHANGELOG = "Update vim to v9.0<br/>2. Migrate to Python 3.11"
+CHANGELOG = "1. Update vim to v9.0"
17
18
HOMEPAGE = https://www.vim.org/
19
LICENSE = Charityware
20
21
ifneq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(OLD_PPC_ARCHS)),$(ARCH))
22
-SPK_DEPENDS = "python311>=3.11.5-8"
+CHANGELOG += "<br/>2. Migrate to Python 3.11"
23
+CHANGELOG += "<br/><br/>NOTE: You need to install Python 3.11 package to enable Python support."
24
endif
25
26
SPK_COMMANDS = bin/vim bin/vim$(subst .,,$(SPK_VERS)) bin/view bin/vimdiff bin/rvim bin/rview bin/vimtutor
0 commit comments