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/vimpython | |
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/vimpython')
-rw-r--r-- | app-vim/vimpython/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog index 363f6a49dd9d..c20d7fccb18d 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimpython -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.1 2003/12/06 03:17:28 ciaranm Exp $ +# 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 $ + + 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> vimpython-1.7.ebuild: + stable on alpha and ia64 *vimpython-1.7 (06 Dec 2003) diff --git a/app-vim/vimpython/vimpython-1.7.ebuild b/app-vim/vimpython/vimpython-1.7.ebuild index 361711367ee8..44c038aaaeb8 100644 --- a/app-vim/vimpython/vimpython-1.7.ebuild +++ b/app-vim/vimpython/vimpython-1.7.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/vimpython/vimpython-1.7.ebuild,v 1.1 2003/12/06 03:17:28 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.7.ebuild,v 1.2 2004/01/23 15:51:01 agriffis 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" +KEYWORDS="~sparc ~x86 ~ppc amd64 alpha ia64" DEPEND="${DEPEND} >=sys-apps/sed-4" |