diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:52:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:52:22 +0000 |
commit | 470a8c2b449191d1e557e6b4124bf4ff62468aa0 (patch) | |
tree | b24cf2bdbbae4e49301dc3d3fbf8b5a90245e15b /app-vim/supertab | |
parent | stable on ia64 (Manifest recommit) (diff) | |
download | gentoo-2-470a8c2b449191d1e557e6b4124bf4ff62468aa0.tar.gz gentoo-2-470a8c2b449191d1e557e6b4124bf4ff62468aa0.tar.bz2 gentoo-2-470a8c2b449191d1e557e6b4124bf4ff62468aa0.zip |
stable on alpha and ia64
Diffstat (limited to 'app-vim/supertab')
-rw-r--r-- | app-vim/supertab/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/supertab/supertab-0.32.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/supertab/ChangeLog b/app-vim/supertab/ChangeLog index 91942d91cc8e..a1cd1aa011ee 100644 --- a/app-vim/supertab/ChangeLog +++ b/app-vim/supertab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/supertab -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.6 2003/12/05 04:13:45 ciaranm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.7 2004/01/23 15:47:37 agriffis Exp $ + + 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> supertab-0.32.ebuild: + stable on alpha and ia64 05 Dec 2003; Ciaran McCreesh <ciaranm@gentoo.org> supertab-0.32.ebuild: Added amd64 keyword diff --git a/app-vim/supertab/supertab-0.32.ebuild b/app-vim/supertab/supertab-0.32.ebuild index e2bfedda606e..bef4da08d79d 100644 --- a/app-vim/supertab/supertab-0.32.ebuild +++ b/app-vim/supertab/supertab-0.32.ebuild @@ -1,6 +1,6 @@ -# 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/supertab/supertab-0.32.ebuild,v 1.4 2003/12/05 04:13:45 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-0.32.ebuild,v 1.5 2004/01/23 15:47:37 agriffis Exp $ inherit vim-plugin @@ -8,5 +8,5 @@ DESCRIPTION="vim plugin: enhanced Tab key functionality" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=182" LICENSE="vim" -KEYWORDS="~alpha sparc x86 ~ppc amd64" +KEYWORDS="alpha sparc x86 ~ppc amd64 ia64" |