Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-roundup/
Date: Tue, 02 Feb 2021 04:14:24
Message-Id: 1612238397.62b3e7e5c8b55e6de4b5839dbb7a94332a8d4edf.perfinion@gentoo
1 commit: 62b3e7e5c8b55e6de4b5839dbb7a94332a8d4edf
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 06:23:47 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 03:59:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b3e7e5
7
8 sec-policy/selinux-roundup: policy module removed in next release
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sec-policy/selinux-roundup/selinux-roundup-9999.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/sec-policy/selinux-roundup/selinux-roundup-9999.ebuild b/sec-policy/selinux-roundup/selinux-roundup-9999.ebuild
17 deleted file mode 100644
18 index 3112dfdfe9d..00000000000
19 --- a/sec-policy/selinux-roundup/selinux-roundup-9999.ebuild
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="7"
26 -
27 -IUSE=""
28 -MODS="roundup"
29 -
30 -inherit selinux-policy-2
31 -
32 -DESCRIPTION="SELinux policy for roundup"
33 -
34 -if [[ ${PV} != 9999* ]] ; then
35 - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
36 -fi