diff options
author | Sam James <sam@gentoo.org> | 2021-10-29 19:29:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-29 19:29:17 +0100 |
commit | 01d3672d4a6a46eb7800e389688bc739a0a432f3 (patch) | |
tree | 5368f7201f3b51ed1e08e2b32366854883b5b885 /app-editors | |
parent | net-fs/samba: Stabilize 4.14.9 amd64, #820695 (diff) | |
download | gentoo-01d3672d4a6a46eb7800e389688bc739a0a432f3.tar.gz gentoo-01d3672d4a6a46eb7800e389688bc739a0a432f3.tar.bz2 gentoo-01d3672d4a6a46eb7800e389688bc739a0a432f3.zip |
app-editors/vim-core: Stabilize 8.2.3428 x86, #816894
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/vim-core-8.2.3428.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-8.2.3428.ebuild b/app-editors/vim-core/vim-core-8.2.3428.ebuild index df9cd899e381..e6a5693aed01 100644 --- a/app-editors/vim-core/vim-core-8.2.3428.ebuild +++ b/app-editors/vim-core/vim-core-8.2.3428.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} |