diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-07 09:55:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-07 09:55:30 +0300 |
commit | fbe211faf10ecd8d9bc7e97bfd44b8c0b382bf9c (patch) | |
tree | b13b8643b92230d8ecc779f1445c92034a6a28d6 /app-editors | |
parent | app-editors/vim: Stabilize 9.1.0366 sparc, #933697 (diff) | |
download | gentoo-fbe211faf10ecd8d9bc7e97bfd44b8c0b382bf9c.tar.gz gentoo-fbe211faf10ecd8d9bc7e97bfd44b8c0b382bf9c.tar.bz2 gentoo-fbe211faf10ecd8d9bc7e97bfd44b8c0b382bf9c.zip |
app-editors/gvim: Stabilize 9.1.0366 sparc, #933697
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/gvim-9.1.0366.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-9.1.0366.ebuild b/app-editors/gvim/gvim-9.1.0366.ebuild index 244a84e2210f..f9c3c34d0a05 100644 --- a/app-editors/gvim/gvim-9.1.0366.ebuild +++ b/app-editors/gvim/gvim-9.1.0366.ebuild @@ -22,7 +22,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 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi S="${WORKDIR}"/vim-${PV} |