sys-auth/elogind: Drop bogus SECURITY_SMACK check
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 10 Jan 2018 09:57:48 +0000 (10:57 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 10 Jan 2018 10:00:18 +0000 (11:00 +0100)
Closes: https://bugs.gentoo.org/642432
Package-Manager: Portage-2.3.13, Repoman-2.3.4

sys-auth/elogind/elogind-234.4-r1.ebuild

index b554bf7b83634f720c86fd5b61e299e51a154b43..c56a5360fee262302fc3d08956aaaee660858070 100644 (file)
@@ -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