diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2006-05-10 18:00:18 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2006-05-10 18:00:18 +0000 |
commit | 7281c9f0bd1560b28a92569eb2c7c867c35b17c3 (patch) | |
tree | 5b8b1b4f529aefef991ef401c5203e108d3b0d47 /eclass | |
parent | Version Bump, closed bug #132683. (diff) | |
download | historical-7281c9f0bd1560b28a92569eb2c7c867c35b17c3.tar.gz historical-7281c9f0bd1560b28a92569eb2c7c867c35b17c3.tar.bz2 historical-7281c9f0bd1560b28a92569eb2c7c867c35b17c3.zip |
changed libiconv to virtual
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 6 |
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" |