Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/
Date: Wed, 10 Jan 2018 10:00:43
Message-Id: 1515578418.4821b9f6890467eb02a6e28c5619279b8f026e4f.asturm@gentoo
1 commit: 4821b9f6890467eb02a6e28c5619279b8f026e4f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 09:57:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 10:00:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4821b9f6
7
8 sys-auth/elogind: Drop bogus SECURITY_SMACK check
9
10 Closes: https://bugs.gentoo.org/642432
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 sys-auth/elogind/elogind-234.4-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-auth/elogind/elogind-234.4-r1.ebuild b/sys-auth/elogind/elogind-234.4-r1.ebuild
17 index b554bf7b836..c56a5360fee 100644
18 --- a/sys-auth/elogind/elogind-234.4-r1.ebuild
19 +++ b/sys-auth/elogind/elogind-234.4-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -42,8 +42,7 @@ PDEPEND="
27 PATCHES=( "${FILESDIR}/${PN}-226.4-docs.patch" )
28
29 pkg_setup() {
30 - local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK
31 - ~SIGNALFD ~TIMERFD"
32 + local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
33
34 if use kernel_linux; then
35 linux-info_pkg_setup