diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 17:16:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 17:16:20 +0000 |
commit | 5494f1b094c33a2c134e1967b2094f3fb614cb85 (patch) | |
tree | 6cc783054444628ce609bc6b193421df27d470f8 /app-editors/vim-core | |
parent | Closing #56424. (diff) | |
download | historical-5494f1b094c33a2c134e1967b2094f3fb614cb85.tar.gz historical-5494f1b094c33a2c134e1967b2094f3fb614cb85.tar.bz2 historical-5494f1b094c33a2c134e1967b2094f3fb614cb85.zip |
sync IUSE (+nls)
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r9.ebuild | 3 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.3-r1.ebuild | 3 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.3.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim-core/vim-core-6.2-r9.ebuild b/app-editors/vim-core/vim-core-6.2-r9.ebuild index 8b2a67832d8b..19f8b8922bac 100644 --- a/app-editors/vim-core/vim-core-6.2-r9.ebuild +++ b/app-editors/vim-core/vim-core-6.2-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2-r9.ebuild,v 1.10 2004/06/28 19:24:54 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r9.ebuild,v 1.11 2004/07/13 17:16:20 agriffis Exp $ inherit vim @@ -19,4 +19,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" KEYWORDS="~x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ppc64 s390" +IUSE="nls" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.3-r1.ebuild b/app-editors/vim-core/vim-core-6.3-r1.ebuild index 6e51bc1b9407..b5d314141829 100644 --- a/app-editors/vim-core/vim-core-6.3-r1.ebuild +++ b/app-editors/vim-core/vim-core-6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3-r1.ebuild,v 1.1 2004/07/07 21:22:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3-r1.ebuild,v 1.2 2004/07/13 17:16:20 agriffis Exp $ inherit vim @@ -20,4 +20,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" +IUSE="nls" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.3.ebuild b/app-editors/vim-core/vim-core-6.3.ebuild index a01fe98838e0..9953f955c94b 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 Foundation # 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.9 2004/06/25 16:25:55 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.ebuild,v 1.10 2004/07/13 17:16:20 agriffis Exp $ inherit vim @@ -20,4 +20,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" +IUSE="nls" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |