diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-28 21:51:34 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-30 01:24:54 +0200 |
commit | c7b0db7275156b06e758e24c98e28a47519db437 (patch) | |
tree | 5fc13409461600dab0c3e8e310df665d815d0e97 /app-vim/vimoutliner | |
parent | app-vim/vimclojure: version bump. (diff) | |
download | gentoo-c7b0db7275156b06e758e24c98e28a47519db437.tar.gz gentoo-c7b0db7275156b06e758e24c98e28a47519db437.tar.bz2 gentoo-c7b0db7275156b06e758e24c98e28a47519db437.zip |
app-vim/vimoutliner: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-vim/vimoutliner')
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild index ff91080a30d4..36ebfb95a0a7 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.6.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 EAPI=6 @@ -9,8 +9,7 @@ DESCRIPTION="vim plugin: easy and fast outlining" HOMEPAGE="https://github.com/vimoutliner/vimoutliner" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="vimoutliner" VIM_PLUGIN_MESSAGES="filetype" |