From 4821b9f6890467eb02a6e28c5619279b8f026e4f Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 10 Jan 2018 10:57:48 +0100 Subject: [PATCH] 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 b554bf7b8363..c56a5360fee2 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 -- 2.26.2