summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2006-05-10 18:00:18 +0000
committerRyan Phillips <rphillips@gentoo.org>2006-05-10 18:00:18 +0000
commita63a2649ff51f8f60856dc887e4b69bed3500606 (patch)
tree101ec47bda1b48ab0afc9c45fe3bb59e778d7889 /eclass
parentVersion Bump, closed bug #132683. (diff)
downloadgentoo-2-a63a2649ff51f8f60856dc887e4b69bed3500606.tar.gz
gentoo-2-a63a2649ff51f8f60856dc887e4b69bed3500606.tar.bz2
gentoo-2-a63a2649ff51f8f60856dc887e4b69bed3500606.zip
changed libiconv to virtual
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 98764f548a8e..12649f072a1e 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -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/eclass/vim.eclass,v 1.145 2006/04/02 16:34:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.146 2006/05/10 18:00:18 rphillips Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -49,8 +49,8 @@ else
fi
if version_is_at_least "6.3.086" ; then
-# DEPEND="${DEPEND} nls? ( elibc_uclib? ( dev-libs/libiconv ) )"
-# RDEPEND="${RDEPEND} nls? ( elibc_uclib? ( dev-libs/libiconv ) )"
+ DEPEND="${DEPEND} nls? ( virtual/libintl )"
+ RDEPEND="${RDEPEND} nls? ( virtual/libintl )"
:
elif version_is_at_least "6.3.075" ; then
IUSE="${IUSE} termcap-compat"