diff options
author | 2007-01-12 18:34:33 +0000 | |
---|---|---|
committer | 2007-01-12 18:34:33 +0000 | |
commit | 4285c52c2bf3c489eec17c41726481987cd134f5 (patch) | |
tree | bf488eb1c1ac41ad731d1eeb3f35250e0c624b65 /app-vim/locateopen/locateopen-1.3.ebuild | |
parent | Stable on ppc wrt bug 136490 (diff) | |
download | gentoo-2-4285c52c2bf3c489eec17c41726481987cd134f5.tar.gz gentoo-2-4285c52c2bf3c489eec17c41726481987cd134f5.tar.bz2 gentoo-2-4285c52c2bf3c489eec17c41726481987cd134f5.zip |
Mark stable on mips (okayed by spb). Resolved bug #151818.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'app-vim/locateopen/locateopen-1.3.ebuild')
-rw-r--r-- | app-vim/locateopen/locateopen-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/locateopen/locateopen-1.3.ebuild b/app-vim/locateopen/locateopen-1.3.ebuild index 559b7fd8733c..6b64f6b83290 100644 --- a/app-vim/locateopen/locateopen-1.3.ebuild +++ b/app-vim/locateopen/locateopen-1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.6 2007/01/06 18:47:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.7 2007/01/12 18:34:33 pioto Exp $ inherit vim-plugin 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/slocate sys-apps/rlocate )" |