diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-14 11:17:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-14 11:17:49 +0200 |
commit | 66f9c1cf7c24da1817e9373d0484073b0575765b (patch) | |
tree | 9d292bf683bbb0c5dd2439a9416bde15c77f0d29 /app-editors | |
parent | app-editors/gvim: ppc stable wrt bug #687394 (diff) | |
download | gentoo-66f9c1cf7c24da1817e9373d0484073b0575765b.tar.gz gentoo-66f9c1cf7c24da1817e9373d0484073b0575765b.tar.bz2 gentoo-66f9c1cf7c24da1817e9373d0484073b0575765b.zip |
app-editors/vim: ppc stable wrt bug #687394
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
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 6eebb93ede83..2d30d54952c2 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" |