diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:54:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:54:27 +0000 |
commit | b8493254cade0a65bab71a94f5f0f6fc36128734 (patch) | |
tree | 97b52d43d6f28336a000bbc64c7d0b0c70b57fdb /app-vim/align | |
parent | Stable for ppc, wrt bug #492092 (diff) | |
download | gentoo-2-b8493254cade0a65bab71a94f5f0f6fc36128734.tar.gz gentoo-2-b8493254cade0a65bab71a94f5f0f6fc36128734.tar.bz2 gentoo-2-b8493254cade0a65bab71a94f5f0f6fc36128734.zip |
Stable for ppc, wrt bug #491968
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", 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 c4d4f87c1d77..aa9109006907 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.65 2013/12/12 12:39:50 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.66 2013/12/21 15:54:27 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> align-43.ebuild: + Stable for ppc, wrt bug #491968 12 Dec 2013; Chema Alonso <nimiux@gentoo.org> align-43.ebuild: Stable for amd64 wrt bug #491968 diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild index 10e57c662558..eeea07b90f9e 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.2 2013/12/12 12:39:50 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-43.ebuild,v 1.3 2013/12/21 15:54:27 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" |