diff options
author | 2025-02-07 18:32:37 +0200 | |
---|---|---|
committer | 2025-02-07 18:32:37 +0200 | |
commit | 27b4e23f9baafabcf41f1383afcc0079607b54b8 (patch) | |
tree | 1a208d0e083446acaf386049a8c356116e1eeb09 /app-editors | |
parent | app-editors/vim: Stabilize 9.1.0794 arm64, #948082 (diff) | |
download | gentoo-27b4e23f9baafabcf41f1383afcc0079607b54b8.tar.gz gentoo-27b4e23f9baafabcf41f1383afcc0079607b54b8.tar.bz2 gentoo-27b4e23f9baafabcf41f1383afcc0079607b54b8.zip |
app-editors/vim-core: Stabilize 9.1.0794 ppc, #948082
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/vim-core-9.1.0794.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-9.1.0794.ebuild b/app-editors/vim-core/vim-core-9.1.0794.ebuild index ac6ab7b4d2e0..52ffb9791952 100644 --- a/app-editors/vim-core/vim-core-9.1.0794.ebuild +++ b/app-editors/vim-core/vim-core-9.1.0794.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://git.sr.ht/~xxc3nsoredxx/vim-patches/refs/download/vim-${VIM_PATCHES_VERSION}-patches/vim-${VIM_PATCHES_VERSION}-patches.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi S="${WORKDIR}/vim-${PV}" |