diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-08-23 10:37:39 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-23 11:14:11 +0200 |
commit | ae1c1521b77c70190a139f3ced0c20e62961c1e9 (patch) | |
tree | 908ed12b16b4f7c66da3021e2a7c4ef0b9759f02 /app-vim/locateopen | |
parent | app-vim/xquery-syntax: Stable for amd64. Retroactively mark stable for the re... (diff) | |
download | gentoo-ae1c1521b77c70190a139f3ced0c20e62961c1e9.tar.gz gentoo-ae1c1521b77c70190a139f3ced0c20e62961c1e9.tar.bz2 gentoo-ae1c1521b77c70190a139f3ced0c20e62961c1e9.zip |
app-vim/locateopen: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/locateopen')
-rw-r--r-- | app-vim/locateopen/locateopen-1.3-r1.ebuild | 6 |
1 files 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 14268465894f..b0a28bec92fc 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: |