diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-11-13 18:15:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-11-13 18:15:07 +0000 |
commit | 37f7a56b68bbdcaafe3a27d53a6e93d59714ce05 (patch) | |
tree | 8da8c87034c29130cf476f26a993a0b751ba394a /app-vim/vimpython | |
parent | add tibetan locale description (diff) | |
download | gentoo-2-37f7a56b68bbdcaafe3a27d53a6e93d59714ce05.tar.gz gentoo-2-37f7a56b68bbdcaafe3a27d53a6e93d59714ce05.tar.bz2 gentoo-2-37f7a56b68bbdcaafe3a27d53a6e93d59714ce05.zip |
Re-add ~alpha/~ia64/~sparc
(Portage version: 2.1.3.19)
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 b19a04d56efd..088e09ac5b71 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.12 2007/05/08 16:13:42 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.13 2007/11/13 18:15:07 armin76 Exp $ + + 13 Nov 2007; Raúl Porcel <armin76@gentoo.org> vimpython-1.11.ebuild: + Re-add ~alpha/~ia64/~sparc *vimpython-1.11 (08 May 2007) diff --git a/app-vim/vimpython/vimpython-1.11.ebuild b/app-vim/vimpython/vimpython-1.11.ebuild index efa92477dae2..c7638e8676d6 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.1 2007/05/08 16:13:42 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.11.ebuild,v 1.2 2007/11/13 18:15:07 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="~x86" +KEYWORDS="~alpha ~ia64 ~sparc ~x86" IUSE="" RDEPEND="${DEPEND}" |