diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-17 12:55:33 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-17 12:55:33 +0300 |
commit | 14ca7d0d35c4995e23528a83db01e9a5c3c9dc34 (patch) | |
tree | f6544825ee98125960e60004e3093fafe5623fd5 /app-editors | |
parent | app-editors/vim-core: s390 stable wrt bug #687394 (diff) | |
download | gentoo-14ca7d0d35c4995e23528a83db01e9a5c3c9dc34.tar.gz gentoo-14ca7d0d35c4995e23528a83db01e9a5c3c9dc34.tar.bz2 gentoo-14ca7d0d35c4995e23528a83db01e9a5c3c9dc34.zip |
app-editors/vim: s390 stable wrt bug #687394
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-8.1.1486.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-8.1.1486.ebuild b/app-editors/vim/vim-8.1.1486.ebuild index c12ef019d34d..b088ac4ba989 100644 --- a/app-editors/vim/vim-8.1.1486.ebuild +++ b/app-editors/vim/vim-8.1.1486.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2" - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Vim, an improved vi-style text editor" |