diff options
author | Sam James <sam@gentoo.org> | 2021-11-23 17:01:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-23 17:01:59 +0000 |
commit | 85d545d50b2dfd58c1d047e9dbc4d11c991955b0 (patch) | |
tree | 09b13d071d9e361da711a584e5e27bc00d912d70 /app-editors/vim-core | |
parent | xfce-base/xfwm4: Stabilize 4.16.1-r1 arm, #826938 (diff) | |
download | gentoo-85d545d50b2dfd58c1d047e9dbc4d11c991955b0.tar.gz gentoo-85d545d50b2dfd58c1d047e9dbc4d11c991955b0.tar.bz2 gentoo-85d545d50b2dfd58c1d047e9dbc4d11c991955b0.zip |
app-editors/vim-core: Stabilize 8.2.3582 arm64, #820698
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/vim-core-8.2.3582.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-8.2.3582.ebuild b/app-editors/vim-core/vim-core-8.2.3582.ebuild index 0b66fa8fd700..4d27cd08cd5a 100644 --- a/app-editors/vim-core/vim-core-8.2.3582.ebuild +++ b/app-editors/vim-core/vim-core-8.2.3582.ebuild @@ -15,7 +15,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 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi S="${WORKDIR}"/vim-${PV} |