Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350887
Collapse All | Expand All

(-)eclass/vim.eclass (-4 / +17 lines)
Lines 80-99 Link Here
80
	IUSE="${IUSE} livecd"
80
	IUSE="${IUSE} livecd"
81
	PDEPEND="!livecd? ( app-vim/gentoo-syntax )"
81
	PDEPEND="!livecd? ( app-vim/gentoo-syntax )"
82
else
82
else
83
	IUSE="${IUSE} cscope debug gpm perl python ruby"
83
	IUSE="${IUSE} cscope debug gpm perl python ruby racket"
84
84
85
	DEPEND="${DEPEND}
85
	DEPEND="${DEPEND}
86
		cscope?  ( dev-util/cscope )
86
		cscope?  ( dev-util/cscope )
87
		gpm?     ( >=sys-libs/gpm-1.19.3 )
87
		gpm?     ( >=sys-libs/gpm-1.19.3 )
88
		perl?    ( dev-lang/perl )
88
		perl?    ( dev-lang/perl )
89
		acl?     ( kernel_linux? ( sys-apps/acl ) )
89
		acl?     ( kernel_linux? ( sys-apps/acl ) )
90
		ruby?    ( =dev-lang/ruby-1.8* )"
90
		ruby?    ( =dev-lang/ruby-1.8* )
91
		racket?  ( dev-scheme/racket )"
91
	RDEPEND="${RDEPEND}
92
	RDEPEND="${RDEPEND}
92
		cscope?  ( dev-util/cscope )
93
		cscope?  ( dev-util/cscope )
93
		gpm?     ( >=sys-libs/gpm-1.19.3 )
94
		gpm?     ( >=sys-libs/gpm-1.19.3 )
94
		perl?    ( dev-lang/perl )
95
		perl?    ( dev-lang/perl )
95
		acl?     ( kernel_linux? ( sys-apps/acl ) )
96
		acl?     ( kernel_linux? ( sys-apps/acl ) )
96
		ruby?    ( =dev-lang/ruby-1.8* )
97
		ruby?    ( =dev-lang/ruby-1.8* )
98
		racket?  ( dev-scheme/racket )
97
		!<app-vim/align-30-r1
99
		!<app-vim/align-30-r1
98
		!app-vim/vimspell
100
		!app-vim/vimspell
99
		!<app-vim/vimbuddy-0.9.1-r1
101
		!<app-vim/vimbuddy-0.9.1-r1
Lines 415-422 Link Here
415
		# mzscheme support is currently broken. bug #91970
412
		# enabling racket for the *huge* build
416
		#myconf="${myconf} `use_enable mzscheme mzschemeinterp`"
413
		# (if the requisite USE flags are enabled)
414
		myconf="${myconf} `use_enable racket mzschemeinterp`"
415
416
		# PROBLEM: there is a bug in src/auto/configure (lines 4826 to 4844)
417
		# if PLTHOME is not set, and --with-plthome is not specificed, then configure trys to find where racket is installed
418
		# it creates a small script (mzdirs.scm) to run in racket, which should return the racket install prefix
419
		# however, this small script is missing the '#lang scheme' directive at the top.
420
		# FIX: tell configure where racket is installed
421
		if use racket ; then
422
			myconf="${myconf} --with-plthome=/usr/"
423
		fi
424
417
		if [[ ${MY_PN} == gvim ]] ; then
425
		if [[ ${MY_PN} == gvim ]] ; then
418
			myconf="${myconf} `use_enable netbeans`"
426
			myconf="${myconf} `use_enable netbeans`"
419
		fi
427
		fi

Return to bug 350887