diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-09 14:40:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-09 14:40:52 +0000 |
commit | 8c390f6d6af4b804eac55ed760c8cf1e53205441 (patch) | |
tree | b5cf2c6dede107b582265452f2c9545ee6fb6d44 /app-vim/vimpython | |
parent | Stable on ppc wrt bug 211990 (diff) | |
download | gentoo-2-8c390f6d6af4b804eac55ed760c8cf1e53205441.tar.gz gentoo-2-8c390f6d6af4b804eac55ed760c8cf1e53205441.tar.bz2 gentoo-2-8c390f6d6af4b804eac55ed760c8cf1e53205441.zip |
alpha/ia64/sparc stable wrt #209049
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r-- | app-vim/vimpython/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog index 349d2428be08..c13de2c623e3 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimpython # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.18 2008/03/09 12:38:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.19 2008/03/09 14:40:52 armin76 Exp $ + + 09 Mar 2008; Raúl Porcel <armin76@gentoo.org> vimpython-1.11.ebuild: + alpha/ia64/sparc stable wrt #209049 09 Mar 2008; Markus Meier <maekke@gentoo.org> vimpython-1.11.ebuild: x86 stable, bug #209049 diff --git a/app-vim/vimpython/vimpython-1.11.ebuild b/app-vim/vimpython/vimpython-1.11.ebuild index 39f3af66e70b..1dc8a582ee07 100644 --- a/app-vim/vimpython/vimpython-1.11.ebuild +++ b/app-vim/vimpython/vimpython-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.11.ebuild,v 1.7 2008/03/09 12:38:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.11.ebuild,v 1.8 2008/03/09 14:40:52 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}" |