diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-01-03 23:54:07 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-03 23:54:07 +0100 |
commit | 7d11ceb3f3409372f37a644843588f98fd80eb62 (patch) | |
tree | 06ec23f97f1a5d233e556509d324a14e7a87f953 /app-vim | |
parent | sys-block/open-iscsi: cleanup the ebuild slightly for eapi6 (diff) | |
download | gentoo-7d11ceb3f3409372f37a644843588f98fd80eb62.tar.gz gentoo-7d11ceb3f3409372f37a644843588f98fd80eb62.tar.bz2 gentoo-7d11ceb3f3409372f37a644843588f98fd80eb62.zip |
app-vim/curcmdmode: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild index 9f1492d71396..bd6007059aa0 100644 --- a/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild +++ b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: library for extending vim's mode() function" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=745" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" IUSE="" RDEPEND="app-vim/genutils" |