diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-19 21:54:21 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-19 21:54:21 +0000 |
commit | 2bedf01003ef9e3a7c79fbc8d3187dbadd7b9e05 (patch) | |
tree | 27e3bea134f44fbecffa978b8f6684aae7477e2a /app-vim/align | |
parent | Marked Stable on amd64. (diff) | |
download | gentoo-2-2bedf01003ef9e3a7c79fbc8d3187dbadd7b9e05.tar.gz gentoo-2-2bedf01003ef9e3a7c79fbc8d3187dbadd7b9e05.tar.bz2 gentoo-2-2bedf01003ef9e3a7c79fbc8d3187dbadd7b9e05.zip |
Stable on amd64.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/align-32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index c13c636d3fab..508a52634828 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.36 2005/09/12 22:37:34 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.37 2005/09/19 21:53:14 cryos Exp $ + + 19 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> align-32.ebuild: + Stable on amd64. 12 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> align-32.ebuild: Stable on ppc. diff --git a/app-vim/align/align-32.ebuild b/app-vim/align/align-32.ebuild index 1ae79a242fcb..8c94bcd40401 100644 --- a/app-vim/align/align-32.ebuild +++ b/app-vim/align/align-32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-32.ebuild,v 1.5 2005/09/12 22:37:34 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-32.ebuild,v 1.6 2005/09/19 21:53:14 cryos Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" IUSE="" RDEPEND="app-vim/cecutil" |