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

(-)vim.eclass.orig (-2 / +2 lines)
Lines 60-66 Link Here
60
SLOT="0"
60
SLOT="0"
61
LICENSE="vim"
61
LICENSE="vim"
62
62
63
IUSE="nls acl"
63
IUSE="nls acl selinux"
64
64
65
EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_configure \
65
EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_configure \
66
	src_install src_test pkg_postinst pkg_postrm
66
	src_install src_test pkg_postinst pkg_postrm
Lines 475-481 Link Here
475
		myconf="${myconf} $(use_enable nls) $(use_enable acl)"
475
		myconf="${myconf} $(use_enable nls) $(use_enable acl)"
476
	fi
476
	fi
477
477
478
	myconf="${myconf} --disable-selinux"
478
	myconf="${myconf} $(use_enable selinux)"
479
479
480
	# Let Portage do the stripping. Some people like that.
480
	# Let Portage do the stripping. Some people like that.
481
	export ac_cv_prog_STRIP="$(type -P true ) faking strip"
481
	export ac_cv_prog_STRIP="$(type -P true ) faking strip"

Return to bug 507972