diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-12-12 12:39:50 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-12-12 12:39:50 +0000 |
commit | e730572ecdaa397f31ddaee3f1363b169d5d5095 (patch) | |
tree | 01293f65a1a75477f8dfe7bc970f8f2470ea8fb8 /app-vim/align | |
parent | Stable for amd64 wrt bug #491910 (diff) | |
download | gentoo-2-e730572ecdaa397f31ddaee3f1363b169d5d5095.tar.gz gentoo-2-e730572ecdaa397f31ddaee3f1363b169d5d5095.tar.bz2 gentoo-2-e730572ecdaa397f31ddaee3f1363b169d5d5095.zip |
Stable for amd64 wrt bug #491968
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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 a48f78881691..c4d4f87c1d77 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.64 2013/06/01 22:19:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.65 2013/12/12 12:39:50 nimiux Exp $ + + 12 Dec 2013; Chema Alonso <nimiux@gentoo.org> align-43.ebuild: + Stable for amd64 wrt bug #491968 *align-43 (01 Jun 2013) diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild index 0efeb848067b..10e57c662558 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.1 2013/06/01 22:19:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-43.ebuild,v 1.2 2013/12/12 12:39:50 nimiux 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" |