summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-03 16:57:45 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-03 16:57:45 +0000
commit25a4ca083e066ae97f83c013c754380c51a78fe9 (patch)
treefffb018b34791d80be986cd21d7e851f2ae5fc7f /app-vim/align
parentsci-libs/mmdb: Handle static-libs, #445620 (diff)
downloadgentoo-2-25a4ca083e066ae97f83c013c754380c51a78fe9.tar.gz
gentoo-2-25a4ca083e066ae97f83c013c754380c51a78fe9.tar.bz2
gentoo-2-25a4ca083e066ae97f83c013c754380c51a78fe9.zip
Stable for amd64, wrt bug #441122
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-vim/align')
-rw-r--r--app-vim/align/ChangeLog5
-rw-r--r--app-vim/align/align-42.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog
index 08abb19fd288..246190fb70a8 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.55 2012/08/03 09:15:56 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.56 2012/12/03 16:57:45 ago Exp $
+
+ 03 Dec 2012; <ago@gentoo.org> align-42.ebuild:
+ Stable for amd64, wrt bug #441122
*align-42 (03 Aug 2012)
diff --git a/app-vim/align/align-42.ebuild b/app-vim/align/align-42.ebuild
index 9792064fd4d0..ebf6729b0b04 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.1 2012/08/03 09:15:56 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-42.ebuild,v 1.2 2012/12/03 16:57:45 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"