diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-06 23:52:10 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-06 23:52:10 +0100 |
| commit | 14074a5ba7cfcdc25918ed9ab8ca0ada7f0a1ffd (patch) | |
| tree | 47632eed144b42b500a815351a84fd6787b5d32a | |
| parent | abbe0501207afd394c8fdfb8c0a2f279893e21a0 (diff) | |
| download | kde-14074a5ba7cfcdc25918ed9ab8ca0ada7f0a1ffd.tar.gz kde-14074a5ba7cfcdc25918ed9ab8ca0ada7f0a1ffd.tar.bz2 kde-14074a5ba7cfcdc25918ed9ab8ca0ada7f0a1ffd.zip | |
sys-auth/elogind: Fix configure
Package-Manager: portage-2.3.0
| -rw-r--r-- | sys-auth/elogind/elogind-219.12-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-219.12-r3.ebuild b/sys-auth/elogind/elogind-219.12-r3.ebuild index 6029bac0177..bd3c660f1e1 100644 --- a/sys-auth/elogind/elogind-219.12-r3.ebuild +++ b/sys-auth/elogind/elogind-219.12-r3.ebuild @@ -65,7 +65,7 @@ src_configure() { --with-pamlibdir=$(getpam_mod_dir) \ --with-udevrulesdir="$(get_udevdir)"/rules.d \ --libdir="${EPREFIX}"/usr/$(get_libdir) \ - --enable-smack + --enable-smack \ $(use_enable acl) \ $(use_enable apparmor) \ $(use_enable pam) \ |
