diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-12-02 15:20:59 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-12-02 15:20:59 +0100 |
commit | f164dfb8f75e14c90c275206a22abf4d1b8cdbca (patch) | |
tree | 721951c9a44f05cbc7f04d7aefee79af3d1a0608 /app-editors | |
parent | app-editors/vim-core-8.0.0106-r0: stable on alpha (diff) | |
download | gentoo-f164dfb8f75e14c90c275206a22abf4d1b8cdbca.tar.gz gentoo-f164dfb8f75e14c90c275206a22abf4d1b8cdbca.tar.bz2 gentoo-f164dfb8f75e14c90c275206a22abf4d1b8cdbca.zip |
app-editors/vim-8.0.0106-r0: stable on alpha
Gentoo-Bug: 600650
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-8.0.0106.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-8.0.0106.ebuild b/app-editors/vim/vim-8.0.0106.ebuild index 3f4dbf10d627..3434c9460769 100644 --- a/app-editors/vim/vim-8.0.0106.ebuild +++ b/app-editors/vim/vim-8.0.0106.ebuild @@ -14,7 +14,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 ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~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 ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~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" |