diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-08-25 22:23:55 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-25 22:58:12 +0200 |
commit | 53c1a9a1f13c8f3e6445087c1d4cfab04cc49bf6 (patch) | |
tree | 61c4b627371b2b62a248c1c03e64b906f2a10005 /app-vim/colorv | |
parent | app-vim/bash-support: Clean up old. (diff) | |
download | gentoo-53c1a9a1f13c8f3e6445087c1d4cfab04cc49bf6.tar.gz gentoo-53c1a9a1f13c8f3e6445087c1d4cfab04cc49bf6.tar.bz2 gentoo-53c1a9a1f13c8f3e6445087c1d4cfab04cc49bf6.zip |
app-vim/colorv: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/colorv')
-rw-r--r-- | app-vim/colorv/colorv-3.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/colorv/colorv-3.0.2.ebuild b/app-vim/colorv/colorv-3.0.2.ebuild index 3b035612494e..15acdcbf315d 100644 --- a/app-vim/colorv/colorv-3.0.2.ebuild +++ b/app-vim/colorv/colorv-3.0.2.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: a color tool for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3597 https://github.com/Rykka/colorv.vim/" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" VIM_PLUGIN_HELPFILES="${PN}.txt" |