diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:37:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:37:51 +0000 |
commit | 855907dba63b240ecc69768175c1aa90f8be0280 (patch) | |
tree | 2df58f16c0d8014c12e0581ba87961053102ca2f /app-vim | |
parent | Stable for alpha, wrt bug #446496 (diff) | |
download | gentoo-2-855907dba63b240ecc69768175c1aa90f8be0280.tar.gz gentoo-2-855907dba63b240ecc69768175c1aa90f8be0280.tar.bz2 gentoo-2-855907dba63b240ecc69768175c1aa90f8be0280.zip |
Stable for alpha, wrt bug #441122
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/align-42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 61dd1cc2065d..3b240dcc5839 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.60 2012/12/29 14:26:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.61 2012/12/30 14:37:51 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> align-42.ebuild: + Stable for alpha, wrt bug #441122 29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> align-42.ebuild: Stable for sparc, wrt bug #441122 diff --git a/app-vim/align/align-42.ebuild b/app-vim/align/align-42.ebuild index b4e95313fcec..e8dfe0a6ed96 100644 --- a/app-vim/align/align-42.ebuild +++ b/app-vim/align/align-42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-42.ebuild,v 1.6 2012/12/29 14:26:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-42.ebuild,v 1.7 2012/12/30 14:37:51 ago Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" -KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND="app-vim/cecutil" |