summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2022-02-06 18:25:27 -0800
committerJason Zaman <perfinion@gentoo.org>2022-02-06 18:29:36 -0800
commit466787c0006f064cd5c0767c1d1d23d5e114c5be (patch)
tree19fd505b7a614e5583a2f1b34c7d7bac955f210a /sec-policy/selinux-dkim/selinux-dkim-2.20220106-r1.ebuild
parentsys-apps/man-db: fix use of REPLACING_VERSIONS (diff)
downloadgentoo-466787c0006f064cd5c0767c1d1d23d5e114c5be.tar.gz
gentoo-466787c0006f064cd5c0767c1d1d23d5e114c5be.tar.bz2
gentoo-466787c0006f064cd5c0767c1d1d23d5e114c5be.zip
sec-policy: Release of SELinux policies 2.20220106-r1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-dkim/selinux-dkim-2.20220106-r1.ebuild')
-rw-r--r--sec-policy/selinux-dkim/selinux-dkim-2.20220106-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sec-policy/selinux-dkim/selinux-dkim-2.20220106-r1.ebuild b/sec-policy/selinux-dkim/selinux-dkim-2.20220106-r1.ebuild
new file mode 100644
index 000000000000..b7a918b0afd2
--- /dev/null
+++ b/sec-policy/selinux-dkim/selinux-dkim-2.20220106-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="dkim"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for dkim"
+
+if [[ ${PV} != 9999* ]] ; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi
+
+DEPEND="${DEPEND}
+ sec-policy/selinux-milter
+"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-milter
+"