commit: ae1c1521b77c70190a139f3ced0c20e62961c1e9 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Aug 23 08:37:39 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Aug 23 09:14:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1c1521
app-vim/locateopen: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28 app-vim/locateopen/locateopen-1.3-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild b/app-vim/locateopen/locateopen-1.3-r1.ebuild index 1426846..b0a28be 100644 --- a/app-vim/locateopen/locateopen-1.3-r1.ebuild +++ b/app-vim/locateopen/locateopen-1.3-r1.ebuild @@ -10,10 +10,12 @@ DESCRIPTION="vim plugin: open a file without supplying a path" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" IUSE="" -RDEPEND="${RDEPEND} sys-apps/mlocate" +RDEPEND=" + ${RDEPEND} + sys-apps/mlocate" VIM_PLUGIN_HELPTEXT=\ "This plugin provides commands that hook vim into mlocate:
