diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 11:28:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 11:28:13 +0200 |
commit | 252b265531da463efa278694cb8dafd633cd13fe (patch) | |
tree | 200f238afddbe9711bb4060f83cb7739b29b64b6 /app-editors/gvim | |
parent | dev-libs/uthash: arm stable wrt bug #843800 (diff) | |
download | gentoo-252b265531da463efa278694cb8dafd633cd13fe.tar.gz gentoo-252b265531da463efa278694cb8dafd633cd13fe.tar.bz2 gentoo-252b265531da463efa278694cb8dafd633cd13fe.zip |
app-editors/gvim: arm64 stable wrt bug #834460
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-editors/gvim')
-rw-r--r-- | app-editors/gvim/gvim-8.2.4328.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-8.2.4328.ebuild b/app-editors/gvim/gvim-8.2.4328.ebuild index 972ffe7c049e..964cf89418e1 100644 --- a/app-editors/gvim/gvim-8.2.4328.ebuild +++ b/app-editors/gvim/gvim-8.2.4328.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" fi S="${WORKDIR}"/vim-${PV} |