summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-11-14 19:35:16 +0000
committerSamuli Suominen <drac@gentoo.org>2007-11-14 19:35:16 +0000
commit14e8774954aff3d98be604bc19fb3d61b7a43c0d (patch)
treec90106d08ed8e204cc32479dde63302ab6d9c529 /app-vim
parentVersion cleanup. Get rid of logrotate USE flag - bug #198901. (diff)
downloadgentoo-2-14e8774954aff3d98be604bc19fb3d61b7a43c0d.tar.gz
gentoo-2-14e8774954aff3d98be604bc19fb3d61b7a43c0d.tar.bz2
gentoo-2-14e8774954aff3d98be604bc19fb3d61b7a43c0d.zip
Rekeyword ~amd64 wrt #199072
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimpython/ChangeLog5
-rw-r--r--app-vim/vimpython/vimpython-1.11.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog
index 088e09ac5b71..7f8ba981e351 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.13 2007/11/13 18:15:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.14 2007/11/14 19:35:16 drac Exp $
+
+ 14 Nov 2007; Samuli Suominen <drac@gentoo.org> vimpython-1.11.ebuild:
+ Rekeyword ~amd64 wrt #199072
13 Nov 2007; Raúl Porcel <armin76@gentoo.org> vimpython-1.11.ebuild:
Re-add ~alpha/~ia64/~sparc
diff --git a/app-vim/vimpython/vimpython-1.11.ebuild b/app-vim/vimpython/vimpython-1.11.ebuild
index c7638e8676d6..b4d8b88ce608 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.2 2007/11/13 18:15:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.11.ebuild,v 1.3 2007/11/14 19:35:16 drac 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 ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
IUSE=""
RDEPEND="${DEPEND}"