diff options
author | 2004-06-21 00:07:48 +0000 | |
---|---|---|
committer | 2004-06-21 00:07:48 +0000 | |
commit | fe4105d5ab592cfaa51eb000684aff9253e9b353 (patch) | |
tree | b5432127b216bda6acaa1fb3ec6bcc1bf3676c4b /app-editors/vim-core | |
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-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 5a366eabfbef..3905b7bcc98e 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim-core # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.84 2004/06/20 22:50:14 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.85 2004/06/21 00:06:50 agriffis Exp $ + + 20 Jun 2004; Aron Griffis <agriffis@gentoo.org> vim-core-6.3.ebuild: + Stable on alpha and ia64 20 Jun 2004; Guy Martin <gmsoft@gentoo.org> vim-core-6.2-r9.ebuild: Marked stable on hppa. diff --git a/app-editors/vim-core/vim-core-6.3.ebuild b/app-editors/vim-core/vim-core-6.3.ebuild index 7b589b13751b..5c0a9198510a 100644 --- a/app-editors/vim-core/vim-core-6.3.ebuild +++ b/app-editors/vim-core/vim-core-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-core/vim-core-6.3.ebuild,v 1.4 2004/06/20 21:28:40 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.ebuild,v 1.5 2004/06/21 00:06:50 agriffis Exp $ inherit vim @@ -19,5 +19,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="x86 sparc mips ppc ~alpha ~amd64 ~ia64 ~arm ~hppa ~ppc64 ~s390" +KEYWORDS="x86 sparc mips ppc alpha ~amd64 ia64 ~arm ~hppa ~ppc64 ~s390" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |