diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:54:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:54:29 +0000 |
commit | c3d6e7ee445bd026b75172dcd4b34a47b6e539f5 (patch) | |
tree | 0abb94bf203a06c79aa8b7e51440d2db2ee9804e /app-vim/align/align-43.ebuild | |
parent | Stable for ppc, wrt bug #492092 (diff) | |
download | historical-c3d6e7ee445bd026b75172dcd4b34a47b6e539f5.tar.gz historical-c3d6e7ee445bd026b75172dcd4b34a47b6e539f5.tar.bz2 historical-c3d6e7ee445bd026b75172dcd4b34a47b6e539f5.zip |
Stable for ppc, wrt bug #491968
Package-Manager: portage-2.2.1/cvs/Linux ppc64
RepoMan-Options: --include-arches="ppc"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'app-vim/align/align-43.ebuild')
-rw-r--r-- | app-vim/align/align-43.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |