diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-06 08:50:12 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-02-06 08:50:12 +0000 |
commit | 5285f23325009867b7a4b164ec060dc12605203a (patch) | |
tree | cafe5141bb3f90f94b2f7213bda2d0a8fd61fc47 /app-vim/align | |
parent | Added missing digest (diff) | |
download | historical-5285f23325009867b7a4b164ec060dc12605203a.tar.gz historical-5285f23325009867b7a4b164ec060dc12605203a.tar.bz2 historical-5285f23325009867b7a4b164ec060dc12605203a.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" |