diff options
author | 2005-07-07 02:18:17 +0000 | |
---|---|---|
committer | 2005-07-07 02:18:17 +0000 | |
commit | d3b3bfbbe43f60e94d61441cb83ee77782a8f778 (patch) | |
tree | 633657e188d04b40d1c56252ac3a6bb2d2a1c9fe /app-editors/vim/vim-6.3-r2.ebuild | |
parent | Fix the last broken manifest...repoman I hate you and love you at the same ti... (diff) | |
download | gentoo-2-d3b3bfbbe43f60e94d61441cb83ee77782a8f778.tar.gz gentoo-2-d3b3bfbbe43f60e94d61441cb83ee77782a8f778.tar.bz2 gentoo-2-d3b3bfbbe43f60e94d61441cb83ee77782a8f778.zip |
sync IUSE
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-editors/vim/vim-6.3-r2.ebuild')
-rw-r--r-- | app-editors/vim/vim-6.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim/vim-6.3-r2.ebuild b/app-editors/vim/vim-6.3-r2.ebuild index 752914e8f38d..b2b21c994260 100644 --- a/app-editors/vim/vim-6.3-r2.ebuild +++ b/app-editors/vim/vim-6.3-r2.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/vim-6.3-r2.ebuild,v 1.12 2005/02/10 15:03:38 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3-r2.ebuild,v 1.13 2005/07/07 02:18:17 agriffis Exp $ inherit vim @@ -17,7 +17,7 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="Vim, an improved vi-style text editor" KEYWORDS="x86 sparc mips ppc amd64 alpha ia64 arm hppa ppc64 s390" -IUSE="${IUSE} nls" +IUSE="nls" PROVIDE="virtual/editor" DEPEND="${DEPEND} ~app-editors/vim-core-${PV}" |