summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-19 23:25:39 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-19 23:25:39 +0000
commit8f7ac1cc9244ebae2e4cfbd0b01450b39ce947e3 (patch)
tree81548acd42f63d6688b7f59eba26e1c3e9264bc3 /app-editors/vim
parentclean up the ebuilds a bit (Manifest recommit) (diff)
downloadgentoo-2-8f7ac1cc9244ebae2e4cfbd0b01450b39ce947e3.tar.gz
gentoo-2-8f7ac1cc9244ebae2e4cfbd0b01450b39ce947e3.tar.bz2
gentoo-2-8f7ac1cc9244ebae2e4cfbd0b01450b39ce947e3.zip
use IUSE="${IUSE} blah" until portage 2.0.51 is stable
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/vim-6.2-r9.ebuild4
-rw-r--r--app-editors/vim/vim-6.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/vim/vim-6.2-r9.ebuild b/app-editors/vim/vim-6.2-r9.ebuild
index ddaa73dc80a0..4828e56b8046 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.13 2004/07/13 17:15:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r9.ebuild,v 1.14 2004/07/19 23:25:39 agriffis Exp $
inherit vim
@@ -17,7 +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"
+IUSE="${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 c59e8c0695f6..addd4d70613b 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.10 2004/07/13 17:15:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3.ebuild,v 1.11 2004/07/19 23:25:39 agriffis Exp $
inherit vim
@@ -18,7 +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"
+IUSE="${IUSE} nls"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"