diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-14 23:03:17 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-14 23:03:17 +0000 |
commit | 0f054cb3be044b687229e2e2b5285f4ee91890eb (patch) | |
tree | 76ee2f9dba589bcf6fb2ed1f67c5e0303a4ae1b3 /app-vim | |
parent | Fix dependencies. Support installation for multiple Python ABIs (bug #312195). (diff) | |
download | gentoo-2-0f054cb3be044b687229e2e2b5285f4ee91890eb.tar.gz gentoo-2-0f054cb3be044b687229e2e2b5285f4ee91890eb.tar.bz2 gentoo-2-0f054cb3be044b687229e2e2b5285f4ee91890eb.zip |
Stable on amd64 wrt bug #345355
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/increment/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/increment/increment-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog index 3c96a25dba74..6b658b6d031a 100644 --- a/app-vim/increment/ChangeLog +++ b/app-vim/increment/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/increment -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.10 2008/09/20 14:48:48 hawking Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.11 2010/11/14 23:03:17 hwoarang Exp $ + + 14 Nov 2010; Markos Chandras <hwoarang@gentoo.org> increment-1.1.ebuild: + Stable on amd64 wrt bug #345355 *increment-1.1 (20 Sep 2008) diff --git a/app-vim/increment/increment-1.1.ebuild b/app-vim/increment/increment-1.1.ebuild index 7248f1eddd6b..38c7df2871a6 100644 --- a/app-vim/increment/increment-1.1.ebuild +++ b/app-vim/increment/increment-1.1.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/increment/increment-1.1.ebuild,v 1.1 2008/09/20 14:48:48 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.1.ebuild,v 1.2 2010/11/14 23:03:17 hwoarang Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: easily create sequences of incremented values" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" VIM_PLUGIN_HELPFILES="increment.txt" |