diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-04 15:00:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-04 15:00:51 +0100 |
commit | e71ae232b18333d714e1a94f4640935fb778b4aa (patch) | |
tree | 4f2c2d12bbc68e5758b85e71015ae66c58b502a9 /app-editors/vim | |
parent | app-editors/gvim: sparc stable wrt bug #611386 (diff) | |
download | gentoo-e71ae232b18333d714e1a94f4640935fb778b4aa.tar.gz gentoo-e71ae232b18333d714e1a94f4640935fb778b4aa.tar.bz2 gentoo-e71ae232b18333d714e1a94f4640935fb778b4aa.zip |
app-editors/vim: sparc stable wrt bug #611386
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/vim-8.0.0386.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-8.0.0386.ebuild b/app-editors/vim/vim-8.0.0386.ebuild index c40b1e99b82d..315456901113 100644 --- a/app-editors/vim/vim-8.0.0386.ebuild +++ b/app-editors/vim/vim-8.0.0386.ebuild @@ -13,7 +13,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.0106-gentoo-patches.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-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 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-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" |