diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-06 09:31:32 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-06 09:31:32 +0000 |
commit | 472473b55be2aa687762131466025f454c714d06 (patch) | |
tree | 546e71c79321f3f80bb81988e7706242ba3d197c /app-vim | |
parent | version bump (bug #40458) (diff) | |
download | gentoo-2-472473b55be2aa687762131466025f454c714d06.tar.gz gentoo-2-472473b55be2aa687762131466025f454c714d06.tar.bz2 gentoo-2-472473b55be2aa687762131466025f454c714d06.zip |
stable on sparc, x86, and now with additional ~mips goodness
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/locateopen/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/locateopen/locateopen-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/locateopen/ChangeLog b/app-vim/locateopen/ChangeLog index d46dfa788cc9..3425ed2ae851 100644 --- a/app-vim/locateopen/ChangeLog +++ b/app-vim/locateopen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/locateopen # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.3 2004/01/23 15:44:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.4 2004/02/06 09:31:32 ciaranm Exp $ + + 06 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> locateopen-0.8.0.ebuild: + Stable on sparc, x86 ; added ~mips 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> locateopen-0.8.0.ebuild: stable on alpha and ia64 diff --git a/app-vim/locateopen/locateopen-0.8.0.ebuild b/app-vim/locateopen/locateopen-0.8.0.ebuild index b5ad5adf6548..456f9936f2f6 100644 --- a/app-vim/locateopen/locateopen-0.8.0.ebuild +++ b/app-vim/locateopen/locateopen-0.8.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.2 2004/01/23 15:44:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.3 2004/02/06 09:31:32 ciaranm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: open a file without supplying a path" HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=858" LICENSE="vim" -KEYWORDS="~sparc ~x86 alpha ia64" +KEYWORDS="sparc x86 alpha ia64 ~mips" RDEPEND="${RDEPEND} sys-apps/slocate" |