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

(-)sudo-1.6.9_p14.ebuild (-2 / +9 lines)
Lines 10-16 Link Here
10
LICENSE="Sudo"
10
LICENSE="Sudo"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
13
IUSE="pam skey offensive ldap selinux"
13
IUSE="pam skey offensive ldap selinux rootfs"
14
14
15
DEPEND="pam? ( virtual/pam )
15
DEPEND="pam? ( virtual/pam )
16
	ldap? ( >=net-nds/openldap-2.1.30-r1 )
16
	ldap? ( >=net-nds/openldap-2.1.30-r1 )
Lines 106-112 Link Here
106
106
107
	# XXX: --disable-path-info closes an info leak, but may be confusing.
107
	# XXX: --disable-path-info closes an info leak, but may be confusing.
108
	# XXX: /bin/vi may not be available, make nano visudo's default.
108
	# XXX: /bin/vi may not be available, make nano visudo's default.
109
	econf --with-secure-path="${ROOTPATH}" \
109
110
	local myconf=""
111
	if use rootfs ; then
112
		myconf="${myconf} --bindir=/bin --sbindir=/sbin"
113
	fi
114
	
115
	econf  ${myconf} \
116
		--with-secure-path="${ROOTPATH}" \
110
		--with-editor=/bin/nano \
117
		--with-editor=/bin/nano \
111
		--with-env-editor \
118
		--with-env-editor \
112
		$(use_with offensive insults) \
119
		$(use_with offensive insults) \

Return to bug 216728