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 | 10b1f3d7cb4b4bbc9c8a8450198fb960bb97dfbf (patch) | |
tree | 2d4f291ea86910dd8bf64a9d4f3f9140d0230e62 /app-editors/vim | |
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')
-rw-r--r-- | app-editors/vim/vim-6.2-r9.ebuild | 3 | ||||
-rw-r--r-- | app-editors/vim/vim-6.3.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/vim/vim-6.2-r9.ebuild b/app-editors/vim/vim-6.2-r9.ebuild index fd2e6d1e69bb..ddaa73dc80a0 100644 --- a/app-editors/vim/vim-6.2-r9.ebuild +++ b/app-editors/vim/vim-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/vim-6.2-r9.ebuild,v 1.12 2004/06/24 22:03:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r9.ebuild,v 1.13 2004/07/13 17:15:26 agriffis Exp $ inherit vim @@ -17,6 +17,7 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="Vi IMproved!" KEYWORDS="alpha hppa mips ppc sparc ~x86 amd64 ~ia64 s390 ppc64 arm" +IUSE="nls" PROVIDE="virtual/editor" DEPEND="${DEPEND} ~app-editors/vim-core-${PV}" diff --git a/app-editors/vim/vim-6.3.ebuild b/app-editors/vim/vim-6.3.ebuild index 74cf942da5bd..c59e8c0695f6 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 Foundation # 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.9 2004/06/25 16:31:13 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3.ebuild,v 1.10 2004/07/13 17:15:26 agriffis Exp $ inherit vim @@ -18,6 +18,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" +IUSE="nls" PROVIDE="virtual/editor" DEPEND="${DEPEND} ~app-editors/vim-core-${PV}" |