Skip to content

Commit 1a355eb

Browse files
committed
vim: Apply @hgy59 proposal related to changelog
1 parent eb0a842 commit 1a355eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spk/vim/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ DESCRIPTION_FRE = Vim est un éditeur de texte avancé basé sur Vi \(unix\) ave
1313
DISPLAY_NAME = Vim
1414
STARTABLE = no
1515

16-
CHANGELOG = "Update vim to v9.0<br/>2. Migrate to Python 3.11"
16+
CHANGELOG = "1. Update vim to v9.0"
1717

1818
HOMEPAGE = https://www.vim.org/
1919
LICENSE = Charityware
2020

2121
ifneq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(OLD_PPC_ARCHS)),$(ARCH))
22-
SPK_DEPENDS = "python311>=3.11.5-8"
22+
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."
2324
endif
2425

2526
SPK_COMMANDS = bin/vim bin/vim$(subst .,,$(SPK_VERS)) bin/view bin/vimdiff bin/rvim bin/rview bin/vimtutor

0 commit comments

Comments
 (0)