diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-21 15:22:02 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-21 15:22:02 +0000 |
commit | 9eb715664578a50d55b836bac59a39bc532f0090 (patch) | |
tree | 8c03c516fb53690bd7bac19da764f7cee7ed4e4f /app-vim | |
parent | alpha/ia64/sparc stable wrt #345355 (diff) | |
download | historical-9eb715664578a50d55b836bac59a39bc532f0090.tar.gz historical-9eb715664578a50d55b836bac59a39bc532f0090.tar.bz2 historical-9eb715664578a50d55b836bac59a39bc532f0090.zip |
alpha/ia64/sparc stable wrt #345361
Package-Manager: portage-2.1.8.3/cvs/Linux ia64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimpython/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog index c0f3bc5590ed..728740fc0152 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimpython # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.23 2010/11/16 13:20:09 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.24 2010/11/21 15:22:02 armin76 Exp $ + + 21 Nov 2010; Raúl Porcel <armin76@gentoo.org> vimpython-1.13.ebuild: + alpha/ia64/sparc stable wrt #345361 16 Nov 2010; Christian Faulhammer <fauli@gentoo.org> vimpython-1.13.ebuild: diff --git a/app-vim/vimpython/vimpython-1.13.ebuild b/app-vim/vimpython/vimpython-1.13.ebuild index d9a80a0600ac..a92dfed34179 100644 --- a/app-vim/vimpython/vimpython-1.13.ebuild +++ b/app-vim/vimpython/vimpython-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.13.ebuild,v 1.3 2010/11/16 13:20:09 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.13.ebuild,v 1.4 2010/11/21 15:22:02 armin76 Exp $ VIM_PLUGIN_VIM_VERSION="7.0" inherit vim-plugin @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" LICENSE="vim" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" IUSE="" RDEPEND="${DEPEND}" |