commit: 4821b9f6890467eb02a6e28c5619279b8f026e4f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 10 09:57:48 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 10 10:00:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4821b9f6
sys-auth/elogind: Drop bogus SECURITY_SMACK check Closes: https://bugs.gentoo.org/642432 Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-auth/elogind/elogind-234.4-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-auth/elogind/elogind-234.4-r1.ebuild b/sys-auth/elogind/elogind-234.4-r1.ebuild index b554bf7b836..c56a5360fee 100644 --- a/sys-auth/elogind/elogind-234.4-r1.ebuild +++ b/sys-auth/elogind/elogind-234.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -42,8 +42,7 @@ PDEPEND=" PATCHES=( "${FILESDIR}/${PN}-226.4-docs.patch" ) pkg_setup() { - local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK - ~SIGNALFD ~TIMERFD" + local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD" if use kernel_linux; then linux-info_pkg_setup
