diff options
| author | Sam James <sam@gentoo.org> | 2022-06-08 08:04:54 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-06-08 08:09:33 +0100 |
| commit | 971a0d7b75f23d236f1ded8bd1f7d90a4c2eacde (patch) | |
| tree | 88dad682c8dc6280586b9fb6655547a003364e6a /app-editors/vim-core/vim-core-9999.ebuild | |
| parent | e9a7fa51a36b6ca90add3dcd6911acd5c7c2755c (diff) | |
| download | gentoo-971a0d7b75f23d236f1ded8bd1f7d90a4c2eacde.tar.gz gentoo-971a0d7b75f23d236f1ded8bd1f7d90a4c2eacde.tar.bz2 gentoo-971a0d7b75f23d236f1ded8bd1f7d90a4c2eacde.zip | |
app-editors/vim-core: add 8.2.5066
Bug: https://bugs.gentoo.org/850550
Bug: https://bugs.gentoo.org/836432
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/vim-core/vim-core-9999.ebuild')
| -rw-r--r-- | app-editors/vim-core/vim-core-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index 1c7169a0e5f8..a662929d355c 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # Please bump with app-editors/vim and app-editors/gvim @@ -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 ~loong ~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 ~loong ~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} @@ -44,6 +44,8 @@ pkg_setup() { src_prepare() { if [[ ${PV} != 9999* ]] ; then + rm "${WORKDIR}"/patches/006-vim-8.0.0617-crosscompile.patch || die + # Gentoo patches to fix runtime issues, cross-compile errors, etc eapply "${WORKDIR}"/patches fi |
