diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-21 00:07:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-21 00:07:48 +0000 |
commit | fe4105d5ab592cfaa51eb000684aff9253e9b353 (patch) | |
tree | b5432127b216bda6acaa1fb3ec6bcc1bf3676c4b /app-editors/vim | |
parent | Add qt compile fix submitted by Sebastian Trueg <trueg@informatik.uni-freibur... (diff) | |
download | gentoo-2-fe4105d5ab592cfaa51eb000684aff9253e9b353.tar.gz gentoo-2-fe4105d5ab592cfaa51eb000684aff9253e9b353.tar.bz2 gentoo-2-fe4105d5ab592cfaa51eb000684aff9253e9b353.zip |
Stable on alpha and ia64
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim/vim-6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 1626bd9dc41e..f8468fc98fd5 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.113 2004/06/20 22:52:16 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.114 2004/06/21 00:07:22 agriffis Exp $ + + 20 Jun 2004; Aron Griffis <agriffis@gentoo.org> vim-6.3.ebuild: + Stable on alpha and ia64 20 Jun 2004; Guy Martin <gmsoft@gentoo.org> vim-6.2-r9.ebuild: Marked stable on hppa. diff --git a/app-editors/vim/vim-6.3.ebuild b/app-editors/vim/vim-6.3.ebuild index f6cebd0b2650..347c1c903fbe 100644 --- a/app-editors/vim/vim-6.3.ebuild +++ b/app-editors/vim/vim-6.3.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-editors/vim/vim-6.3.ebuild,v 1.4 2004/06/20 21:30:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3.ebuild,v 1.5 2004/06/21 00:07:22 agriffis Exp $ inherit vim @@ -17,7 +17,7 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="Vi IMproved!" -KEYWORDS="x86 sparc mips ppc ~amd64 ~alpha ~ia64 ~arm ~hppa ~ppc64 ~s390" +KEYWORDS="x86 sparc mips ppc ~amd64 alpha ia64 ~arm ~hppa ~ppc64 ~s390" PROVIDE="virtual/editor" DEPEND="${DEPEND} ~app-editors/vim-core-${PV}" |