diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2018-04-25 11:53:23 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2018-04-25 11:53:23 +0000 |
commit | d9c219403cd17acd65894b1a6f5e38078832d529 (patch) | |
tree | 716bf9331dce596440280661e0578d94c39cd7b2 /sec-policy/selinux-ddclient/selinux-ddclient-2.20180114-r2.ebuild | |
parent | 2018-04-25 10:55:27 UTC (diff) | |
parent | sec-policy: update header year on live ebuilds (diff) | |
download | gentoo-d9c219403cd17acd65894b1a6f5e38078832d529.tar.gz gentoo-d9c219403cd17acd65894b1a6f5e38078832d529.tar.bz2 gentoo-d9c219403cd17acd65894b1a6f5e38078832d529.zip |
Merge updates from master
Diffstat (limited to 'sec-policy/selinux-ddclient/selinux-ddclient-2.20180114-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-ddclient/selinux-ddclient-2.20180114-r2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-ddclient/selinux-ddclient-2.20180114-r2.ebuild b/sec-policy/selinux-ddclient/selinux-ddclient-2.20180114-r2.ebuild new file mode 100644 index 000000000000..a4a614ec0441 --- /dev/null +++ b/sec-policy/selinux-ddclient/selinux-ddclient-2.20180114-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +IUSE="" +MODS="ddclient" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for ddclient" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" +fi |