diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-10 21:10:31 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-10 21:10:31 -0800 |
commit | a44b6cd4791658360867889970c4ec4c1d9c5c2b (patch) | |
tree | e2891c465629de6c796ad4aec7a48f0f970917a6 /app-editors/vim | |
parent | dev-util/cmdtest-0.30: added ~hppa, bug 530672 (diff) | |
download | gentoo-a44b6cd4791658360867889970c4ec4c1d9c5c2b.tar.gz gentoo-a44b6cd4791658360867889970c4ec4c1d9c5c2b.tar.bz2 gentoo-a44b6cd4791658360867889970c4ec4c1d9c5c2b.zip |
app-editors/vim-8.0.1298: hppa stable, bug 639710
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/vim-8.0.1298.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-8.0.1298.ebuild b/app-editors/vim/vim-8.0.1298.ebuild index fa71bf4e6f50..3b1ca5011155 100644 --- a/app-editors/vim/vim-8.0.1298.ebuild +++ b/app-editors/vim/vim-8.0.1298.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.0938-gentoo-patches.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~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 ~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" |