From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0534D138334 for ; Tue, 15 Oct 2019 13:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34CC5E0848; Tue, 15 Oct 2019 13:17:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4C5DE0848 for ; Tue, 15 Oct 2019 13:17:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F16B634BD8D for ; Tue, 15 Oct 2019 13:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B88127FE for ; Tue, 15 Oct 2019 13:17:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571145414.357587f0928af57c35fc1e22faac8889c270353d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/selinux/package.mask X-VCS-Directories: profiles/features/selinux/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 357587f0928af57c35fc1e22faac8889c270353d X-VCS-Branch: master Date: Tue, 15 Oct 2019 13:17:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc2649e6-ef36-4db3-8dfb-9efa26746977 X-Archives-Hash: 87d0262e6f2409247fba19010d021c14 commit: 357587f0928af57c35fc1e22faac8889c270353d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 15 13:13:51 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 15 13:16:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357587f0 profiles: selinux: Restrict sys-apps/bolt package.mask to <0.5 >=0.5 gained USE systemd to switch it off. Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/features/selinux/package.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index 6d7e832d3cb..bcd4175104f 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -1,6 +1,6 @@ # Matthew Thode (2018-07-30) # sys-apps/bolt links against systemd, which gentoo SELinux does not support -sys-apps/bolt + (2016-11-09) # On behalf of proxy-maint