diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-26 23:54:58 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-27 00:01:49 +0200 |
commit | 7964831db4f6a69a71366b695584bd7370a6a26d (patch) | |
tree | 7c0342cc8b1de25252aa44fdcdb7c8872b6c897e /app-vim/recover/recover-0.18.ebuild | |
parent | app-emulation/qemu: multiple security fixes for 2.7.0-r5 (diff) | |
download | gentoo-7964831db4f6a69a71366b695584bd7370a6a26d.tar.gz gentoo-7964831db4f6a69a71366b695584bd7370a6a26d.tar.bz2 gentoo-7964831db4f6a69a71366b695584bd7370a6a26d.zip |
app-vim/recover: Stable for amd64+x86.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim/recover/recover-0.18.ebuild')
-rw-r--r-- | app-vim/recover/recover-0.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/recover/recover-0.18.ebuild b/app-vim/recover/recover-0.18.ebuild index 8d3382641fdd..4ac02777107a 100644 --- a/app-vim/recover/recover-0.18.ebuild +++ b/app-vim/recover/recover-0.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: show differences for recovered files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3068 https://github.com/chrisbra/Recover.vim" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |