Lines 80-99
if [[ ${MY_PN} == "vim-core" ]] ; then
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 lua" |
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.9 dev-lang/ruby:1.8 ) )" |
90 |
ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) |
|
|
91 |
lua? ( dev-lang/lua )" |
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.9 dev-lang/ruby:1.8 ) ) |
97 |
ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) |
|
|
98 |
lua? ( dev-lang/lua ) |
97 |
!<app-vim/align-30-r1 |
99 |
!<app-vim/align-30-r1 |
98 |
!<app-vim/vimbuddy-0.9.1-r1 |
100 |
!<app-vim/vimbuddy-0.9.1-r1 |
99 |
!<app-vim/autoalign-11 |
101 |
!<app-vim/autoalign-11 |
Lines 409-414
vim_src_configure() {
Link Here
|
409 |
--disable-perlinterp \ |
411 |
--disable-perlinterp \ |
410 |
--disable-pythoninterp \ |
412 |
--disable-pythoninterp \ |
411 |
--disable-rubyinterp \ |
413 |
--disable-rubyinterp \ |
|
|
414 |
--disable-luainterp \ |
412 |
--disable-gpm" |
415 |
--disable-gpm" |
413 |
|
416 |
|
414 |
else |
417 |
else |
Lines 421-426
vim_src_configure() {
Link Here
|
421 |
myconf="${myconf} `use_enable perl perlinterp`" |
424 |
myconf="${myconf} `use_enable perl perlinterp`" |
422 |
myconf="${myconf} `use_enable python pythoninterp`" |
425 |
myconf="${myconf} `use_enable python pythoninterp`" |
423 |
myconf="${myconf} `use_enable ruby rubyinterp`" |
426 |
myconf="${myconf} `use_enable ruby rubyinterp`" |
|
|
427 |
myconf="${myconf} `use_enable lua luainterp`" |
424 |
# tclinterp is broken; when you --enable-tclinterp flag, then |
428 |
# tclinterp is broken; when you --enable-tclinterp flag, then |
425 |
# the following command never returns: |
429 |
# the following command never returns: |
426 |
# VIMINIT='let OS=system("uname -s")' vim |
430 |
# VIMINIT='let OS=system("uname -s")' vim |