diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-07 22:16:30 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-07 22:23:43 +0000 |
commit | 81ba91744a7c031a8a989f6d300b1bfffa78cecf (patch) | |
tree | 6ff889017a32a7a562363af8947cf6d2a0d94d51 /app-vim | |
parent | dev-db/libiodbc: add maintainer-needed (diff) | |
download | gentoo-81ba91744a7c031a8a989f6d300b1bfffa78cecf.tar.gz gentoo-81ba91744a7c031a8a989f6d300b1bfffa78cecf.tar.bz2 gentoo-81ba91744a7c031a8a989f6d300b1bfffa78cecf.zip |
app-vim/yankring: Stable for amd64+x86.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/yankring/yankring-19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/yankring/yankring-19.0.ebuild b/app-vim/yankring/yankring-19.0.ebuild index cb50b387710e..c962b44a2cab 100644 --- a/app-vim/yankring/yankring-19.0.ebuild +++ b/app-vim/yankring/yankring-19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,5 +8,5 @@ inherit vim-plugin DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1234" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |