diff options
author | 2004-02-06 08:50:12 +0000 | |
---|---|---|
committer | 2004-02-06 08:50:12 +0000 | |
commit | 8694194ffc0a8c934a1c1c4036929622d6e6f06d (patch) | |
tree | f317ac974896ed49d7134a7f60fee44395f0fd5c /app-vim/align | |
parent | Added missing digest (diff) | |
download | gentoo-2-8694194ffc0a8c934a1c1c4036929622d6e6f06d.tar.gz gentoo-2-8694194ffc0a8c934a1c1c4036929622d6e6f06d.tar.bz2 gentoo-2-8694194ffc0a8c934a1c1c4036929622d6e6f06d.zip |
added ~mips
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/align/align-23.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index 235da5ab3862..7283c1a3310f 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.7 2003/12/05 02:30:54 ciaranm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.8 2004/02/06 08:50:12 ciaranm Exp $ + + 06 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> align-23.ebuild: + Added ~mips to KEYWORDS 05 Dec 2003; Ciaran McCreesh <ciaranm@gentoo.org> align-23.ebuild: Added ~ppc to keywords diff --git a/app-vim/align/align-23.ebuild b/app-vim/align/align-23.ebuild index d8c98d05bb0d..5cb71499ab79 100644 --- a/app-vim/align/align-23.ebuild +++ b/app-vim/align/align-23.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-23.ebuild,v 1.3 2003/12/05 02:30:54 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-23.ebuild,v 1.4 2004/02/06 08:50:12 ciaranm Exp $ 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="x86 alpha sparc ia64 ~ppc" +KEYWORDS="x86 alpha sparc ia64 ~ppc ~mips" |