diff options
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 7f8ba981e351..4d523ac237c7 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimpython # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.14 2007/11/14 19:35:16 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.15 2007/11/25 12:11:12 nixnut Exp $ + + 25 Nov 2007; nixnut <nixnut@gentoo.org> vimpython-1.11.ebuild: + Added ~ppc wrt bug 199072 14 Nov 2007; Samuli Suominen <drac@gentoo.org> vimpython-1.11.ebuild: Rekeyword ~amd64 wrt #199072 diff --git a/app-vim/vimpython/vimpython-1.11.ebuild b/app-vim/vimpython/vimpython-1.11.ebuild index b4d8b88ce608..bb4ec58ab560 100644 --- a/app-vim/vimpython/vimpython-1.11.ebuild +++ b/app-vim/vimpython/vimpython-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.3 2007/11/14 19:35:16 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.11.ebuild,v 1.4 2007/11/25 12:11:12 nixnut 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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="${DEPEND}" |