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 | ee6c421bc3a049e2333805b0b7129f00b32acd11 (patch) | |
tree | 9538879d9ae7f9adf0593853d8503caf647eac67 | |
parent | stable on mips (Manifest recommit) (diff) | |
download | gentoo-2-ee6c421bc3a049e2333805b0b7129f00b32acd11.tar.gz gentoo-2-ee6c421bc3a049e2333805b0b7129f00b32acd11.tar.bz2 gentoo-2-ee6c421bc3a049e2333805b0b7129f00b32acd11.zip |
stable on sparc
-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" |