diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-11-12 01:16:59 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-11-12 01:16:59 +0000 |
commit | c9f70e26f99925226a7a9fc8509be606e5ff0a9b (patch) | |
tree | ea86686671c28f3404921fef9c138cc0f988c4d9 /app-editors/vim-core | |
parent | remove broken ebuild (diff) | |
download | gentoo-2-c9f70e26f99925226a7a9fc8509be606e5ff0a9b.tar.gz gentoo-2-c9f70e26f99925226a7a9fc8509be606e5ff0a9b.tar.bz2 gentoo-2-c9f70e26f99925226a7a9fc8509be606e5ff0a9b.zip |
stable on amd64 as requested in bug #112226
(Portage version: 2.0.53_rc7)
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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 93f51fe68ca9..69bcdb110654 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.178 2005/11/12 00:01:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.179 2005/11/12 01:16:57 voxus Exp $ + + 12 Nov 2005; Konstantin Arkhipov <voxus@gentoo.org> vim-core-6.4.ebuild: + Stable on amd64. 11 Nov 2005; Andrej Kacian <ticho@gentoo.org> vim-core-6.4.ebuild: Stable on x86, bug #112226. diff --git a/app-editors/vim-core/vim-core-6.4.ebuild b/app-editors/vim-core/vim-core-6.4.ebuild index 9637739c4acb..68415cbecb67 100644 --- a/app-editors/vim-core/vim-core-6.4.ebuild +++ b/app-editors/vim-core/vim-core-6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.4.ebuild,v 1.2 2005/11/12 00:01:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.4.ebuild,v 1.3 2005/11/12 01:16:57 voxus Exp $ inherit vim @@ -21,6 +21,6 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="nls" PDEPEND="!livecd? ( >=app-vim/gentoo-syntax-20050515 )" |