diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-15 10:24:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-15 10:24:13 +0100 |
commit | a887504da7236626d6160ea7a0910f7f230d0e04 (patch) | |
tree | 6afb055775f0cff3153697cdb3bd5078c0b0a862 /app-editors/vim | |
parent | app-editors/gvim: stable 8.1.1486 for hppa, bug #687394 (diff) | |
download | gentoo-a887504da7236626d6160ea7a0910f7f230d0e04.tar.gz gentoo-a887504da7236626d6160ea7a0910f7f230d0e04.tar.bz2 gentoo-a887504da7236626d6160ea7a0910f7f230d0e04.zip |
app-editors/vim: stable 8.1.1486 for hppa, bug #687394
Package-Manager: Portage-2.3.67, Repoman-2.3.14
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-editors/vim')
-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 6e0c10c5f5f6..c12ef019d34d 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" |