summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-11-15 00:25:06 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-11-15 00:25:06 +0000
commite67092cc2ec593e9216919a18764c95f3e6c1477 (patch)
tree3c9c794c3058da0ef0e7fabc9f5e0e1d1254c66d
parentStable on amd64 wrt bug #345309 (diff)
downloadgentoo-2-e67092cc2ec593e9216919a18764c95f3e6c1477.tar.gz
gentoo-2-e67092cc2ec593e9216919a18764c95f3e6c1477.tar.bz2
gentoo-2-e67092cc2ec593e9216919a18764c95f3e6c1477.zip
Stable on amd64 wrt bug #345361
(Portage version: 2.1.9.24/cvs/Linux x86_64)
-rw-r--r--app-vim/vimpython/ChangeLog7
-rw-r--r--app-vim/vimpython/vimpython-1.13.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog
index fafebb62b438..96cb750ab1ee 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.21 2008/09/21 12:12:12 hawking Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.22 2010/11/15 00:25:06 hwoarang Exp $
+
+ 15 Nov 2010; Markos Chandras <hwoarang@gentoo.org> vimpython-1.13.ebuild:
+ Stable on amd64 wrt bug #345361
*vimpython-1.13 (21 Sep 2008)
diff --git a/app-vim/vimpython/vimpython-1.13.ebuild b/app-vim/vimpython/vimpython-1.13.ebuild
index d819f7f8777c..5ead4e882ed5 100644
--- a/app-vim/vimpython/vimpython-1.13.ebuild
+++ b/app-vim/vimpython/vimpython-1.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.1 2008/09/21 12:12:12 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.13.ebuild,v 1.2 2010/11/15 00:25:06 hwoarang 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}"