diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-06 16:01:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-06 16:01:57 +0000 |
commit | 9f4b3fed367c5a2f35a2a0ef847f934937d77d7d (patch) | |
tree | 0045120171a21424524b653eccc718e496b7f1ce /eclass/vim.eclass | |
parent | fix bug 36008 on alpha by replacing -Os with -O (diff) | |
download | gentoo-2-9f4b3fed367c5a2f35a2a0ef847f934937d77d7d.tar.gz gentoo-2-9f4b3fed367c5a2f35a2a0ef847f934937d77d7d.tar.bz2 gentoo-2-9f4b3fed367c5a2f35a2a0ef847f934937d77d7d.zip |
fix bug 35765 by blocking 9libs
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 2001ee8c3b3d..cd999dee212b 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.46 2003/12/09 13:01:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.47 2004/01/06 16:01:57 agriffis Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -13,6 +13,11 @@ INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_unpack IUSE="$IUSE ncurses nls acl" + +# Vim doesn't build with 9libs, though it would probably run with it +# installed, so we don't put this in RDEPEND. See bug 35765 +DEPEND="$DEPEND !dev-libs/9libs" + if [ ${PN} != vim-core ]; then IUSE="$IUSE cscope gpm perl python ruby" DEPEND="$DEPEND |