diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-04-04 00:48:36 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-04-04 00:48:36 +0000 |
commit | 26f8457441c63ba3d3101fced6ad1c694e216ccc (patch) | |
tree | 00d1c21c9129b3de089777662b595438fbbc9952 /app-vim/vimpython | |
parent | stable on mips (diff) | |
download | historical-26f8457441c63ba3d3101fced6ad1c694e216ccc.tar.gz historical-26f8457441c63ba3d3101fced6ad1c694e216ccc.tar.bz2 historical-26f8457441c63ba3d3101fced6ad1c694e216ccc.zip |
stable on sparc
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r-- | app-vim/vimpython/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog index c20d7fccb18d..ee56f7be1676 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimpython # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.2 2004/01/23 15:51:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.3 2004/04/04 00:48:36 ciaranm Exp $ + + 04 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimpython-1.7.ebuild: + Stable on sparc 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> vimpython-1.7.ebuild: stable on alpha and ia64 diff --git a/app-vim/vimpython/vimpython-1.7.ebuild b/app-vim/vimpython/vimpython-1.7.ebuild index 44c038aaaeb8..7e76acc6ca90 100644 --- a/app-vim/vimpython/vimpython-1.7.ebuild +++ b/app-vim/vimpython/vimpython-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.7.ebuild,v 1.2 2004/01/23 15:51:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.7.ebuild,v 1.3 2004/04/04 00:48:36 ciaranm Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: improvements for editing python scripts" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" LICENSE="vim" -KEYWORDS="~sparc ~x86 ~ppc amd64 alpha ia64" +KEYWORDS="sparc ~x86 ~ppc amd64 alpha ia64" DEPEND="${DEPEND} >=sys-apps/sed-4" |