diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-16 13:16:56 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-16 13:16:56 +0000 |
commit | 2a20f10eaf7bc65e97fb93dc7b21b87ead224167 (patch) | |
tree | 1be3ef22ccba2291317b712102128074a414e1a4 /app-vim/increment | |
parent | stable x86, bug 345283 (diff) | |
download | gentoo-2-2a20f10eaf7bc65e97fb93dc7b21b87ead224167.tar.gz gentoo-2-2a20f10eaf7bc65e97fb93dc7b21b87ead224167.tar.bz2 gentoo-2-2a20f10eaf7bc65e97fb93dc7b21b87ead224167.zip |
stable x86, bug 345355
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-vim/increment')
-rw-r--r-- | app-vim/increment/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/increment/increment-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog index 6b658b6d031a..c9a12d82b3cd 100644 --- a/app-vim/increment/ChangeLog +++ b/app-vim/increment/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/increment # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.12 2010/11/16 13:16:56 fauli Exp $ + + 16 Nov 2010; Christian Faulhammer <fauli@gentoo.org> increment-1.1.ebuild: + stable x86, bug 345355 14 Nov 2010; Markos Chandras <hwoarang@gentoo.org> increment-1.1.ebuild: Stable on amd64 wrt bug #345355 diff --git a/app-vim/increment/increment-1.1.ebuild b/app-vim/increment/increment-1.1.ebuild index 38c7df2871a6..ae864f30d662 100644 --- a/app-vim/increment/increment-1.1.ebuild +++ b/app-vim/increment/increment-1.1.ebuild @@ -1,6 +1,6 @@ # 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.2 2010/11/14 23:03:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.1.ebuild,v 1.3 2010/11/16 13:16:56 fauli 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" |