summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-06-01 09:28:16 +0000
committerTim Harder <radhermit@gentoo.org>2013-06-01 09:28:16 +0000
commitab5d928fa236e3ad61e58760ef065e3b50dfa7b2 (patch)
treee7559fffe0c20fe8f8d810480bd37b954de06468 /eclass/vim-plugin.eclass
parentDon't set SRC_URI for live ebuilds. (diff)
downloadgentoo-2-ab5d928fa236e3ad61e58760ef065e3b50dfa7b2.tar.gz
gentoo-2-ab5d928fa236e3ad61e58760ef065e3b50dfa7b2.tar.bz2
gentoo-2-ab5d928fa236e3ad61e58760ef065e3b50dfa7b2.zip
Remove unnecessary blank IUSE.
Diffstat (limited to 'eclass/vim-plugin.eclass')
-rw-r--r--eclass/vim-plugin.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index 84995f474068..b69000d0be3f 100644
--- a/eclass/vim-plugin.eclass
+++ b/eclass/vim-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.35 2013/06/01 09:25:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.36 2013/06/01 09:28:16 radhermit Exp $
#
# This eclass simplifies installation of app-vim plugins into
# /usr/share/vim/vimfiles. This is a version-independent directory
@@ -12,7 +12,6 @@ EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm
VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-7.0}"
-IUSE=""
DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION}
>=app-editors/gvim-${VIM_PLUGIN_VIM_VERSION} )"
RDEPEND="${DEPEND}"