diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:56:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:56:44 +0000 |
commit | 25fe66d5b4e75382d94dd39a02a2dac9795c67c8 (patch) | |
tree | b6c48200ce0b0a1eff857203377697cb447a57d5 /app-vim/align | |
parent | Stable for x86, wrt bug #491966 (diff) | |
download | gentoo-2-25fe66d5b4e75382d94dd39a02a2dac9795c67c8.tar.gz gentoo-2-25fe66d5b4e75382d94dd39a02a2dac9795c67c8.tar.bz2 gentoo-2-25fe66d5b4e75382d94dd39a02a2dac9795c67c8.zip |
Stable for x86, wrt bug #491968
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/align-43.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 85c9dd79e939..73836c482ee5 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.67 2013/12/23 15:29:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.68 2013/12/24 12:56:44 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> align-43.ebuild: + Stable for x86, wrt bug #491968 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> align-43.ebuild: Stable for sparc, wrt bug #491968 diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild index f87eaa93fa73..13e4ecaf7490 100644 --- a/app-vim/align/align-43.ebuild +++ b/app-vim/align/align-43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-43.ebuild,v 1.4 2013/12/23 15:29:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-43.ebuild,v 1.5 2013/12/24 12:56:44 ago Exp $ EAPI=5 @@ -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" RDEPEND="app-vim/cecutil" |