Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436744 | Differences between
and this patch

Collapse All | Expand All

(-)vim.eclass (-2 / +6 lines)
Lines 81-100 Link Here
81
	IUSE="${IUSE} livecd"
81
	IUSE="${IUSE} livecd"
82
	PDEPEND="!livecd? ( app-vim/gentoo-syntax )"
82
	PDEPEND="!livecd? ( app-vim/gentoo-syntax )"
83
else
83
else
84
	IUSE="${IUSE} cscope debug gpm perl python ruby"
84
	IUSE="${IUSE} cscope debug gpm perl python ruby lua"
85
85
86
	DEPEND="${DEPEND}
86
	DEPEND="${DEPEND}
87
		cscope?  ( dev-util/cscope )
87
		cscope?  ( dev-util/cscope )
88
		gpm?     ( >=sys-libs/gpm-1.19.3 )
88
		gpm?     ( >=sys-libs/gpm-1.19.3 )
89
		perl?    ( dev-lang/perl )
89
		perl?    ( dev-lang/perl )
90
		acl?     ( kernel_linux? ( sys-apps/acl ) )
90
		acl?     ( kernel_linux? ( sys-apps/acl ) )
91
		ruby?    ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )"
91
		ruby?    ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )
92
		lua?     ( dev-lang/lua )"
92
	RDEPEND="${RDEPEND}
93
	RDEPEND="${RDEPEND}
93
		cscope?  ( dev-util/cscope )
94
		cscope?  ( dev-util/cscope )
94
		gpm?     ( >=sys-libs/gpm-1.19.3 )
95
		gpm?     ( >=sys-libs/gpm-1.19.3 )
95
		perl?    ( dev-lang/perl )
96
		perl?    ( dev-lang/perl )
96
		acl?     ( kernel_linux? ( sys-apps/acl ) )
97
		acl?     ( kernel_linux? ( sys-apps/acl ) )
97
		ruby?    ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )
98
		ruby?    ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )
99
		lua?     ( dev-lang/lua )
98
		!<app-vim/align-30-r1
100
		!<app-vim/align-30-r1
99
		!<app-vim/vimbuddy-0.9.1-r1
101
		!<app-vim/vimbuddy-0.9.1-r1
100
		!<app-vim/autoalign-11
102
		!<app-vim/autoalign-11
Lines 410-415 Link Here
410
			--disable-perlinterp \
412
			--disable-perlinterp \
411
			--disable-pythoninterp \
413
			--disable-pythoninterp \
412
			--disable-rubyinterp \
414
			--disable-rubyinterp \
415
			--disable-luainterp \
413
			--disable-gpm"
416
			--disable-gpm"
414
417
415
	else
418
	else
Lines 422-427 Link Here
422
		myconf="${myconf} `use_enable perl perlinterp`"
425
		myconf="${myconf} `use_enable perl perlinterp`"
423
		myconf="${myconf} `use_enable python pythoninterp`"
426
		myconf="${myconf} `use_enable python pythoninterp`"
424
		myconf="${myconf} `use_enable ruby rubyinterp`"
427
		myconf="${myconf} `use_enable ruby rubyinterp`"
428
		myconf="${myconf} `use_enable lua luainterp`"
425
		# tclinterp is broken; when you --enable-tclinterp flag, then
429
		# tclinterp is broken; when you --enable-tclinterp flag, then
426
		# the following command never returns:
430
		# the following command never returns:
427
		#   VIMINIT='let OS=system("uname -s")' vim
431
		#   VIMINIT='let OS=system("uname -s")' vim

Return to bug 436744