diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-13 14:14:15 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-13 14:14:40 +0000 |
commit | 02eeb1fb172319951d5588663bac027c5307d4f5 (patch) | |
tree | ce553dfe299a5dd0748ac8ce7fdfb8ad53aaa21c /app-admin/sudo/sudo-9999.ebuild | |
parent | profiles: unmask =sys-devel/llvm-3.7.0-r2 (diff) | |
download | gentoo-02eeb1fb172319951d5588663bac027c5307d4f5.tar.gz gentoo-02eeb1fb172319951d5588663bac027c5307d4f5.tar.bz2 gentoo-02eeb1fb172319951d5588663bac027c5307d4f5.zip |
app-admin/sudo: Revert changes brought about by PR #158.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/sudo/sudo-9999.ebuild')
-rw-r--r-- | app-admin/sudo/sudo-9999.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild index 2b422f49f017..c1143830b2e5 100644 --- a/app-admin/sudo/sudo-9999.ebuild +++ b/app-admin/sudo/sudo-9999.ebuild @@ -30,7 +30,7 @@ fi # 3-clause BSD license LICENSE="ISC BSD" SLOT="0" -IUSE="ldap nls pam offensive selinux skey +sendmail sssd" +IUSE="ldap nls pam offensive selinux skey +sendmail" DEPEND="pam? ( virtual/pam ) skey? ( >=sys-auth/skey-1.1.5-r1 ) @@ -38,8 +38,7 @@ DEPEND="pam? ( virtual/pam ) >=net-nds/openldap-2.1.30-r1 dev-libs/cyrus-sasl ) - sys-libs/zlib - sssd? ( sys-auth/sssd )" + sys-libs/zlib" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-sudo ) ldap? ( dev-lang/perl ) @@ -52,8 +51,7 @@ DEPEND="${DEPEND} S=${WORKDIR}/${MY_P} -REQUIRED_USE="pam? ( !skey ) skey? ( !pam ) - sssd? ( || ( amd64 x86 ) )" +REQUIRED_USE="pam? ( !skey ) skey? ( !pam )" MAKEOPTS+=" SAMPLES=" @@ -124,7 +122,6 @@ src_configure() { $(use_with skey) \ $(use_with selinux) \ $(use_with sendmail) \ - $(use_with sssd) \ --without-opie \ --without-linux-audit \ --with-rundir="${EPREFIX}"/var/run/sudo \ |