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-pcmcia/
Date: Tue, 02 Feb 2021 04:14:24
Message-Id: 1612238395.b2a5e52abd7ebb6feb44aa9c7fbba71ecfd93854.perfinion@gentoo
1 commit: b2a5e52abd7ebb6feb44aa9c7fbba71ecfd93854
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 06:21:00 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 03:59:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a5e52a
7
8 sec-policy/selinux-pcmcia: 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-pcmcia/selinux-pcmcia-9999.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/sec-policy/selinux-pcmcia/selinux-pcmcia-9999.ebuild b/sec-policy/selinux-pcmcia/selinux-pcmcia-9999.ebuild
17 deleted file mode 100644
18 index 6af86c69849..00000000000
19 --- a/sec-policy/selinux-pcmcia/selinux-pcmcia-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="pcmcia"
29 -
30 -inherit selinux-policy-2
31 -
32 -DESCRIPTION="SELinux policy for pcmcia"
33 -
34 -if [[ ${PV} != 9999* ]] ; then
35 - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
36 -fi