diff options
author | 2011-12-13 20:38:16 +0000 | |
---|---|---|
committer | 2011-12-13 20:38:16 +0000 | |
commit | f378d1bc05e9d9f5b53d5fbd12c67c2aba54adf7 (patch) | |
tree | 2c7d5533d6985557541f873643c27d1fd1d76de8 /app-admin/sudo/sudo-1.8.3_p1-r2.ebuild | |
parent | Version bump to 1.8.0, bug #394451. This is now upstream's current stable branch (diff) | |
download | gentoo-2-f378d1bc05e9d9f5b53d5fbd12c67c2aba54adf7.tar.gz gentoo-2-f378d1bc05e9d9f5b53d5fbd12c67c2aba54adf7.tar.bz2 gentoo-2-f378d1bc05e9d9f5b53d5fbd12c67c2aba54adf7.zip |
Bug #394329 - Adding native SELinux support in sudo (--with-selinux). Not bumping as majority of users do not need a rebuild, and those that might do not know it yet anyway
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/sudo/sudo-1.8.3_p1-r2.ebuild')
-rw-r--r-- | app-admin/sudo/sudo-1.8.3_p1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/sudo/sudo-1.8.3_p1-r2.ebuild b/app-admin/sudo/sudo-1.8.3_p1-r2.ebuild index 856a31d15c8f..74e16990befe 100644 --- a/app-admin/sudo/sudo-1.8.3_p1-r2.ebuild +++ b/app-admin/sudo/sudo-1.8.3_p1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.3_p1-r2.ebuild,v 1.1 2011/11/15 22:25:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.3_p1-r2.ebuild,v 1.2 2011/12/13 20:38:16 swift Exp $ EAPI="4" @@ -114,6 +114,7 @@ src_configure() { $(use_with ldap) \ $(use_with pam) \ $(use_with skey) \ + $(use_with selinux) \ --without-opie \ --without-linux-audit \ --with-timedir=/var/db/sudo \ |