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

(-)sudo-1.7.2_p1.ebuild.orig (-1 / +2 lines)
Lines 24-30 Link Here
24
LICENSE="as-is BSD"
24
LICENSE="as-is BSD"
25
SLOT="0"
25
SLOT="0"
26
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
26
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
27
IUSE="pam skey offensive ldap selinux"
27
IUSE="pam skey offensive ldap selinux vanilla"
28
28
29
DEPEND="pam? ( virtual/pam )
29
DEPEND="pam? ( virtual/pam )
30
	ldap? (
30
	ldap? (
Lines 157-162 Link Here
157
	# XXX: /bin/vi may not be available, make nano visudo's default.
157
	# XXX: /bin/vi may not be available, make nano visudo's default.
158
	econf --with-secure-path="${ROOTPATH}" \
158
	econf --with-secure-path="${ROOTPATH}" \
159
		--with-editor=/bin/nano \
159
		--with-editor=/bin/nano \
160
		$(use_with vanilla editor /usr/bin/vi) \
160
		--with-env-editor \
161
		--with-env-editor \
161
		$(use_with offensive insults) \
162
		$(use_with offensive insults) \
162
		$(use_with offensive all-insults) \
163
		$(use_with offensive all-insults) \

Return to bug 286017