diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-02-28 00:11:09 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-02-28 00:12:26 +0800 |
commit | ae7f62044d84aad3a5c561165de02f9c19203f64 (patch) | |
tree | 853f82022400280d724f5e0ded63a25dd1faa09c /sec-policy/selinux-games/selinux-games-2.20170204-r2.ebuild | |
parent | sys-apps/input-utils: Removed old. (diff) | |
download | gentoo-ae7f62044d84aad3a5c561165de02f9c19203f64.tar.gz gentoo-ae7f62044d84aad3a5c561165de02f9c19203f64.tar.bz2 gentoo-ae7f62044d84aad3a5c561165de02f9c19203f64.zip |
sec-policy: Release of SELinux policies 2.20170204-r2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sec-policy/selinux-games/selinux-games-2.20170204-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-games/selinux-games-2.20170204-r2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-games/selinux-games-2.20170204-r2.ebuild b/sec-policy/selinux-games/selinux-games-2.20170204-r2.ebuild new file mode 100644 index 000000000000..67151f24e0cd --- /dev/null +++ b/sec-policy/selinux-games/selinux-games-2.20170204-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="6" + +IUSE="" +MODS="games" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for games" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |