diff options
author | 2004-07-13 17:16:20 +0000 | |
---|---|---|
committer | 2004-07-13 17:16:20 +0000 | |
commit | 10b1f3d7cb4b4bbc9c8a8450198fb960bb97dfbf (patch) | |
tree | 2d4f291ea86910dd8bf64a9d4f3f9140d0230e62 /app-editors/vim-core/vim-core-6.2-r9.ebuild | |
parent | Closing #56424. (Manifest recommit) (diff) | |
download | gentoo-2-10b1f3d7cb4b4bbc9c8a8450198fb960bb97dfbf.tar.gz gentoo-2-10b1f3d7cb4b4bbc9c8a8450198fb960bb97dfbf.tar.bz2 gentoo-2-10b1f3d7cb4b4bbc9c8a8450198fb960bb97dfbf.zip |
sync IUSE (+nls)
Diffstat (limited to 'app-editors/vim-core/vim-core-6.2-r9.ebuild')
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r9.ebuild | 3 |
1 files changed, 2 insertions, 1 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 |